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..