Hello, has anybody installed ComfyUI on ZimaOS? Can it be done and if yes how?
Yeah it can be done
Best way on ZimaOS is just run ComfyUI in Docker with GPU passthrough, keeps everything clean and persistent. Installing it directly on the host usually ends up messy or non-persistent.
If your GPU already works in containers, you’re basically good to go. The rest is just mounting your models folder and exposing the port.
I could not get the app store version working but I eventually got comfyui working through a custom container.
the custom command is
apt update && apt install -y python3 python3-pip git && cd /workspace && [ -d ComfyUI ] || git clone https://github.com/comfyanonymous/ComfyUI.git && cd ComfyUI && pip3 install --upgrade pip && pip3 install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124 && pip3 install -r requirements.txt && python3 main.py --listen 0.0.0.0 --port 8188
should also add that im using a 5060ti and the driver support for this is probably the worst I’ve seen. More than a year out, and these blackwell cards still have poor driver support.
Props to the zima team for supporting it quickly though, and shame on nvidia.
it would then be running on 8188
thank you very much i will try it
i cant seem to get it right. do you have o docker compose file maybe that i could import? or could you guide me a bit with the manual app installation please?
