0
点赞
收藏
分享

微信扫一扫

stable diffusion指最全详解图解

1、Linux ComfyUI安装使用

参考:
https://zhuanlan.zhihu.com/p/689021495

安装步骤:

## 1、下载ComfyUI
git clone https://github.com/comfyanonymous/ComfyUI
## 2、进入ComfyUI,安装依赖包
cd ComfyUI
pip install -r requirements.txt 


## 3\安装插件
cd custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Manager.git

##4、启动
cd ..
python main.py --listen 
举报

相关推荐

0 条评论