===================================================
bash /workspace/assets/start.sh /workspace/venv312/bin/python main.py --listen 0.0.0.0 --port 8189
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