ComfyUI on Pascal cards
Guide to installing ComfyUI to run on Pascal Nvidia GPUs using uv
2026-01-04 UTC · Updated on 2026-02-04 UTC
Installation
git clone https://github.com/comfyanonymous/ComfyUI.gitcd ComfyUI
uv venv --python 3.12uv add pipuv pip install -r requirements.txt
uv pip uninstall torch torchvision torchaudiouv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126Running
uv run main.pyComfyUI should now be running on port 8188, you can open it at http://127.0.0.1:8188