ComfyUI

ComfyUI

安装

参考地址

1
2
3
4
5
6
7
8
9
10
11
12
# 安装miniconda
curl -fsSL https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh | bash
# Create an environment with Conda.
conda create -n comfyenv
conda activate comfyenv
# Install GPU Dependencies
conda install pytorch-nightly::pytorch torchvision torchaudio -c pytorch-nightly
cd ComfyUI
pip install -r requirements.txt
cd ComfyUI
python main.py

最后, 我直接拉代码下来在IDE中启动了