SuperRealCo commited on
Commit
c403e82
·
verified ·
1 Parent(s): 8d014f8

Delete .ci/update_windows/update_comfyui.bat

Browse files
.ci/update_windows/update_comfyui.bat DELETED
@@ -1,8 +0,0 @@
1
- @echo off
2
- ..\python_embeded\python.exe .\update.py ..\ComfyUI\
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
7
- )
8
- if "%~1"=="" pause