default launcher to choice [1] not [2]

This commit is contained in:
Lincoln Stein 2023-07-08 19:53:23 -04:00
parent b6cc4df1d8
commit d582cf2961

View File

@ -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 %*