From d582cf29618a64603009af5ae384b238858d668b Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sat, 8 Jul 2023 19:53:23 -0400 Subject: [PATCH] default launcher to choice [1] not [2] --- installer/templates/invoke.bat.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/templates/invoke.bat.in b/installer/templates/invoke.bat.in index b3d2cb4a4a..7900eac1cf 100644 --- a/installer/templates/invoke.bat.in +++ b/installer/templates/invoke.bat.in @@ -20,7 +20,7 @@ echo 9. Update InvokeAI echo 10. Command-line help echo Q - Quit set /P choice="Please enter 1-10, Q: [2] " -if not defined choice set choice=2 +if not defined choice set choice=1 IF /I "%choice%" == "1" ( echo Starting the InvokeAI browser-based UI.. python .venv\Scripts\invokeai-web.exe %*