mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Create update.bat
This commit is contained in:
parent
811ee8a185
commit
f54eeec725
7
update.bat
Normal file
7
update.bat
Normal file
@ -0,0 +1,7 @@
|
||||
set PYTHON="%~dp0/venv/Scripts/python.exe"
|
||||
set GIT=
|
||||
set VENV_DIR=./venv
|
||||
echo *** Checking and updating to new version if possible
|
||||
copy comfy\customzluda\zluda-default.py comfy\zluda.py /y >NUL
|
||||
git pull
|
||||
pause
|
||||
Loading…
Reference in New Issue
Block a user