===================================================
模型及节点、依赖变更必须要执行同步到仓库: bash /workspace/git-push.sh
终端启动命令(备用): bash /workspace/assets/start.sh
一键更新命令(ComfyUI+Manager): bash /workspace/assets/update_comfyui.sh
===================================================
视频教程:https://www.bilibili.com/video/BV18zMWzpEgs/
cd /workspace find /workspace/ComfyUI/custom_nodes -mindepth 2 -type d -name ".git" -exec rm -rf {} + git add . git commit -m "同步更新" git push
cd /workspace git add . git commit -m "同步更新" git push