Mac 如何安装 ComfyUI
官网安装教程:https://github.com/comfyanonymous/ComfyUI?tab=readme-ov-file#installing
1、安装基础环境:PyTorch夜间版
2、克隆 ComfyUI 项目
git clone https://github.com/comfyanonymous/ComfyUI.git
3、安装项目依赖
使用终端进入到项目的目录后,执行如下命令进行依赖安装:
pip3 install -r requirements.txt
执行完毕以上命令后,运行 python3 main.py 即可开启项目,运行效果如下: