Delete .ci/update_windows/update_comfyui_stable.bat
Browse files
.ci/update_windows/update_comfyui_stable.bat
DELETED
|
@@ -1,8 +0,0 @@
|
|
| 1 |
-
@echo off
|
| 2 |
-
..\python_embeded\python.exe .\update.py ..\ComfyUI\ --stable
|
| 3 |
-
if exist update_new.py (
|
| 4 |
-
move /y update_new.py update.py
|
| 5 |
-
echo Running updater again since it got updated.
|
| 6 |
-
..\python_embeded\python.exe .\update.py ..\ComfyUI\ --skip_self_update --stable
|
| 7 |
-
)
|
| 8 |
-
if "%~1"=="" pause
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|