diff --git a/update.bat b/update.bat new file mode 100644 index 000000000..87206fc41 --- /dev/null +++ b/update.bat @@ -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