Apple Silicon 上安装ComfyUI

Macbook M1/M2/M3/M4 + stable diffusion

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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

安装步骤来源参考 youtube 视频:

comments powered by Disqus