diff --git a/StabilityMatrix.Core/Models/Packages/StableSwarm.cs b/StabilityMatrix.Core/Models/Packages/StableSwarm.cs index 70d8110ab..b9d43abbb 100644 --- a/StabilityMatrix.Core/Models/Packages/StableSwarm.cs +++ b/StabilityMatrix.Core/Models/Packages/StableSwarm.cs @@ -128,7 +128,7 @@ await RebuildDotnetProject(installedPackage.FullPath, csprojName, null) { Name = "Launch Mode", Type = LaunchOptionType.Bool, - Options = ["--launch-mode web", "--launch-mode webinstall"], + Options = ["--launch_mode none", "--launch_mode web", "--launch_mode webinstall"], }, LaunchOptionDefinition.Extras, ];