From 0ad3f385b4bdaecb0d696f1093cacf36253ce02b Mon Sep 17 00:00:00 2001 From: patientx Date: Tue, 3 Sep 2024 15:23:59 +0300 Subject: [PATCH] Update start.bat --- start.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.bat b/start.bat index d8a80ca43..a204697b4 100644 --- a/start.bat +++ b/start.bat @@ -3,7 +3,7 @@ set PYTHON=%~dp0/venv/Scripts/python.exe set GIT= set VENV_DIR=./venv -set COMMANDLINE_ARGS=--auto-launch +set COMMANDLINE_ARGS=--auto-launch --use-quad-cross-attention echo *** Checking and updating to new version if possible git pull