mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
8 lines
209 B
Batchfile
8 lines
209 B
Batchfile
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
|