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