diff --git a/bin/functions/Toolbox/App_Launcher/Image_Generation/start_invokeai.bat b/bin/functions/Toolbox/App_Launcher/Image_Generation/start_invokeai.bat index 524e0dc..eae036c 100644 --- a/bin/functions/Toolbox/App_Launcher/Image_Generation/start_invokeai.bat +++ b/bin/functions/Toolbox/App_Launcher/Image_Generation/start_invokeai.bat @@ -14,5 +14,5 @@ call conda activate invokeai REM Start InvokeAI echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% InvokeAI launched in a new window. -start cmd /k "title InvokeAI && cd /d %invokeai_install_path% && python -m invokeai-web" +start cmd /k "title InvokeAI && cd /d %invokeai_install_path% && invokeai-web" goto :home \ No newline at end of file