logo
5
0
Login
update README.md

ComfyUI_base

===================================================

在终端中输入 y 后回车,即可启动项目.

模型、节点、工作流变更,必须要执行同步到仓库:

bash /workspace/git-push.sh

一键启动命令(备用):

bash /workspace/assets/start.sh

一键更新命令(ComfyUI+Manager依赖):

bash /workspace/assets/update-comfy.sh

aria2c -x16 -s16 <模型下载连接>

===================================================

快速同步本地修改‌

cd /workspace bash /workspace/assets/welcome.sh

手动清理旧的标记文件

rm -rf /workspace/ComfyUI/models/checkpoints 或者 find /workspace/ComfyUI/custom_nodes -mindepth 2 -type d -name ".git" -exec rm -rf {} + git add . git commit -m "同步更新" git push