RT
蟒蛇八卦工具箱 ref:https://github.com/pythongosssss/ComfyUI-Custom-Scripts
中文提示词输入 ref: https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet
SDXL风格样式 ref: https://github.com/twri/sdxl_prompt_styler
插件安装管理器 ref: https://github.com/ltdrdata/ComfyUI-Manager.git
ref: https://github.com/shadowcz007/comfyui-mixlab-nodes
同步 Github ComfyUI 相关依赖
原项目太大了,如果不是为了维护项目,可以直接只下载最新代码
git clone --depth 1 git@gitee.com:comfy-ui-china/ComfyUI.git
使用 --depth 1 会使下载 14433 个文件变成只下载 408 个文件。
因为 python 的包管理问题,如果不希望 comfyui 影响系统的 package ,可以只在当前 python 虚拟环境下运行
cd ComfyUI
python -m venv venv
source ./venv/bin/activate
source ./venv/bin/activate 用来激活当前的虚拟环境。
pip install -r requirements.txt
python main.py
在 ComfyUI 目录下的 custem_nodes 目录 clone 对应的仓库,比如
git clone --depth=1 https://github.com/WASasquatch/was-node-suite-comfyui
pip uninstall Pillow -> pip install Pillow
pip install accelerate numba pyOpenSSL diffusers watchdog opencv-python matplotlib