===================================================
bash /workspace/git-push.sh
bash /workspace/assets/start.sh
bash /workspace/assets/update-comfy.sh
===================================================
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