ComfyUI

install

With Nvidia

git clone --depth=1 https://github.com/comfyanonymous/ComfyUI
cd ComfyUI
python -m venv .venv
.venv\Scripts\activate
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu128
pip install -r requirements.txt
python main.py

With AMD (Cache)

1

git clone --depth=1 https://github.com/comfyanonymous/ComfyUI
cd ComfyUI
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
pip install torch-directml
set HSA_OVERRIDE_GFX_VERSION=10.3.0
python main.py --directml

config

  • ComfyUI → Manager
    • Custom Nodes Manager → Search → Install
    • Install Missing Custom Nodes

cross-reference

cache

resource

mark

cache

annex