2024-02-26 13:33:01 +00:00
|
|
|
@echo off
|
2023-03-13 16:47:12 +00:00
|
|
|
..\python_embeded\python.exe .\update.py ..\ComfyUI\
|
2024-02-26 13:33:01 +00:00
|
|
|
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
|