Update the standalone package updater so it can self update.

This commit is contained in:
comfyanonymous
2024-02-26 08:33:01 -05:00
parent 8ac69f62e5
commit 36f7face37
9 changed files with 57 additions and 208 deletions

View File

@@ -41,10 +41,9 @@ jobs:
- shell: bash
run: |
echo "@echo off
..\python_embeded\python.exe .\update.py ..\ComfyUI\\
call update_comfyui.bat nopause
echo -
echo This will try to update pytorch and all python dependencies, if you get an error wait for pytorch/xformers to fix their stuff
echo You should not be running this anyways unless you really have to
echo This will try to update pytorch and all python dependencies.
echo -
echo If you just want to update normally, close this and run update_comfyui.bat instead.
echo -