comfyUI

https://docs.comfy.org/zh-CN/installation/system_requirements
https://github.com/comfyanonymous/ComfyUI

如果内存大于32G下载专用版本效果更好


安装pytorch后
pip install -r requirements.txt -i https://mirrors.cloud.tencent.com/pypi/simple

source venv/bin/activate
sudo chown -R $USER:$USER . 修复目录环境权限

安装插件
进入custom_nodes目录:
git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager

翻译插件
git clone https://github.com/AIGODLIKE/AIGODLIKE-COMFYUI-TRANSLATION.git

自定义节点
git clone https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet.git

下载模型
cd checkpoints
wget https://modelscope.cn/models/AI-ModelScope/stable-diffusion-3.5-large/resolve/master/sd3.5_large.safetensors

cd clip
wget https://modelscope.cn/models/AI-ModelScope/clip-vit-large-patch14/resolve/master/pytorch_model.bin

CUDA_VISIBLE_DEVICES=0,1,2,3,4,5 python main.py 指定某些GPU运行

python main.py --listen 0.0.0.0 外网访问

模型放入/models/checkpoints/