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