conda create -n comfyui python=3.10
conda activate comfyui
# https://pytorch.org/get-started/locally/
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
git clone git@github.com:comfyanonymous/ComfyUI.git
cd ComfyUI
pip install -r requirements.txt
python main.py
|