From c0890261c31ab65d27cd1cdf4acc7af4675de79a Mon Sep 17 00:00:00 2001 From: deffcolony Date: Wed, 10 Sep 2025 19:58:07 +0200 Subject: [PATCH] update launcher start swarmui in a new terminal --- .../Toolbox/App_Launcher/Image_Generation/start_swarmui.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/functions/Toolbox/App_Launcher/Image_Generation/start_swarmui.bat b/bin/functions/Toolbox/App_Launcher/Image_Generation/start_swarmui.bat index 60f060c..02ecf90 100644 --- a/bin/functions/Toolbox/App_Launcher/Image_Generation/start_swarmui.bat +++ b/bin/functions/Toolbox/App_Launcher/Image_Generation/start_swarmui.bat @@ -55,7 +55,7 @@ REM Default env configuration, gets overwritten by the C# code's settings handle set ASPNETCORE_ENVIRONMENT="Production" set ASPNETCORE_URLS="http://*:7801" -echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% Launching SwarmUI... -.\src\bin\live_release\SwarmUI.exe %* +echo %blue_bg%[%time%]%reset% %blue_fg_strong%[INFO]%reset% SwarmUI launched in a new window. +start cmd /k "title SwarmUI && cd /d %swarmui_install_path% && .\src\bin\live_release\SwarmUI.exe %*" goto :home \ No newline at end of file