logo
4
0
Login
update README.md

ComfyUI_base

===================================================

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

模型、节点、工作流变更,必须要执行同步到仓库:

bash /workspace/git-push.sh

一键启动命令(备用):

bash /workspace/assets/start.sh

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

bash /workspace/assets/update-comfy.sh

aria2c -x16 -s16 <模型下载连接>

===================================================

退出虚拟环境

deactivate

推送到venv312到远程仓库 main 分支

git checkout main git add --force venv312 git commit -m "Rebuild and re-add complete venv312 with certifi" git push origin main