logo
0
0
Login
编辑文件 README.md

运行后

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

关闭后重新运行comfyui

一键启动命令(备用):

bash /workspace/assets/start.sh

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

bash /workspace/assets/update_comfyui.sh

重要提示:

  • 安装了插件、保存了工作流、下载了模型,请务必进行以下同步操作:复制以下代码到终端回车等待运行结束就ok
cd /workspace find /workspace/ComfyUI/custom_nodes -mindepth 2 -type d -name ".git" -exec rm -rf {} + git add . git commit -m "同步更新" git push

有疑问加V ybq520503