From 3cee65e6bdd5e3e834a90e816d3e8cb1ab2d2892 Mon Sep 17 00:00:00 2001 From: deffcolony <61471128+deffcolony@users.noreply.github.com> Date: Sun, 22 Dec 2024 02:06:47 +0100 Subject: [PATCH] fixes invokeai launch +removed python run command since it works with invokeai-web command only --- .../Toolbox/App_Launcher/Image_Generation/start_invokeai.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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