Une minute
Comfy UI installation on Ubuntu
Prerequisites
- Python 3.12.3
- pip 24.0
- Cuda compiler driver V13.0.88 (nvcc)
- Nvidia hardware
Installation
Create a new venv
python3 -m venv comfyui-venv
source comfyui-venv/bin/activate
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu130
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI
pip install -r requirements.txt
cd models/checkpoints/ && wget https://huggingface.co/Comfy-Org/stable-diffusion-v1-5-archive/resolve/main/v1-5-pruned-emaonly-fp16.safetensors && cd -
Test
python main.py --listen 0.0.0.0
# curl -I http://localhost:8188