From eda1c94bd63c8526161b4e6d5cb7d8dab21499b4 Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Sat, 15 Jul 2023 20:22:12 -0400 Subject: [PATCH] fix default launcher option --- 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 7900eac1cf..5c6465ee3a 100644 --- a/installer/templates/invoke.bat.in +++ b/installer/templates/invoke.bat.in @@ -19,7 +19,7 @@ echo 8. Open the developer console echo 9. Update InvokeAI echo 10. Command-line help echo Q - Quit -set /P choice="Please enter 1-10, Q: [2] " +set /P choice="Please enter 1-10, Q: [1] " if not defined choice set choice=1 IF /I "%choice%" == "1" ( echo Starting the InvokeAI browser-based UI..