fixes invokeai launch

+removed python run command since it works with invokeai-web command only
This commit is contained in:
deffcolony
2024-12-22 02:06:47 +01:00
parent d083a7aafa
commit 3cee65e6bd

View File

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