forked from comfyanonymous/ComfyUI
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the standalone package updater so it can self update.
- Loading branch information
1 parent
8ac69f6
commit 36f7fac
Showing
9 changed files
with
57 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
@echo off | ||
..\python_embeded\python.exe .\update.py ..\ComfyUI\ | ||
pause | ||
if exist update_new.py ( | ||
move /y update_new.py update.py | ||
echo Running updater again since it got updated. | ||
..\python_embeded\python.exe .\update.py ..\ComfyUI\ --skip_self_update | ||
) | ||
if "%~1"=="" pause |
3 changes: 0 additions & 3 deletions
3
.ci/update_windows/update_comfyui_and_python_dependencies.bat
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
.ci/update_windows_cu118/update_comfyui_and_python_dependencies.bat
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
.github/workflows/windows_release_cu118_dependencies_2.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters