NOTE: For this you need conda installed.
NOTE: This is for the first time install only!
Change myenv to whatever environment name of your choice
conda create --name myenv python=3.11 -y
conda activate myenv
conda install pytorch torchvision torchaudio -c pytorch-nightly
ref: https://developer.apple.com/metal/pytorch/
git clone https://github.com/comfyanonymous/ComfyUI.git
cd ComfyUI
pip install -r requirements.txt
cd custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
- Put your SD checkpoints (the huge ckpt/safetensors files) in: models/checkpoints
- Put your VAE in: models/vae
Go back to the comfyui folder
cd ..
python main.py
http://127.0.0.1:8188