mirror of
https://github.com/SillyTavern/SillyTavern-Launcher.git
synced 2026-01-26 08:59:45 +00:00
fixes invokeai launch
+removed python run command since it works with invokeai-web command only
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user