Skip to content

Commit d3bf4e9

Browse files
committed
wave three
1 parent 5222905 commit d3bf4e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+94
-94
lines changed

colab/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
This folder is for Google-Colab related files.
22

3-
View the notebook on Google Colab: https://colab.research.google.com/github/Stability-AI/StableSwarmUI/blob/master/colab/colab-notebook.ipynb
3+
View the notebook on Google Colab: https://colab.research.google.com/github/mcmonkeyprojects/SwarmUI/blob/master/colab/colab-notebook.ipynb

docs/Command Line Arguments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Argument | Default | Description
1919
`--host` | `localhost` | Can be used to override the 'Network.Host' server setting.
2020
`--port` | `7801` | Can be used to override the 'Network.Port' server setting.
2121
`--asp_loglevel` | `warning` | Sets the minimum log level for ASP.NET web logger, as any of: `Trace`, `Debug`, `Information`, `Warning`, `Error`, `Critical`, `None`. Note 'information' here spams debug output.
22-
`--loglevel` | `Info` | Minimum StableSwarmUI log level, as any of: `Debug`, `Info`, `Init`, `Warning`, `Error`, `None`. 'Info' here is the normal usage data.
22+
`--loglevel` | `Info` | Minimum SwarmUI log level, as any of: `Debug`, `Info`, `Init`, `Warning`, `Error`, `None`. 'Info' here is the normal usage data.
2323
`--user_id` | `local` | Set the local user's default UserID (for running in single-user mode, not useful in shared mode).
2424
`--lock_settings` | `false` | If enabled, blocks in-UI editing of server settings by admins. Settings cannot be modified in this mode without editing the settings file and restarting the server.
2525
`--ngrok-path` | (None) | If specified, will be used as the path to an `ngrok` executable, and will automatically load and configure ngrok when launching, to share your UI instance on a publicly accessible URL.

docs/Features/Presets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
These are the presets used on DreamStudio.
88

9-
- Download this file: [SDXL Official Presets.json](https://github.com/Stability-AI/StableSwarmUI/releases/download/0.5.6-Alpha/SDXL.Official.Presets.json) and save it somewhere (anywhere, desktop is fine)
10-
- Open StableSwarmUI and open the `Presets` tab at the bottom
9+
- Download this file: [SDXL Official Presets.json](https://github.com/mcmonkeyprojects/SwarmUI/releases/download/0.6.5-Beta/SDXL.Official.Presets.json) and save it somewhere (anywhere, desktop is fine)
10+
- Open SwarmUI and open the `Presets` tab at the bottom
1111
- Click on the `Import Presets` button
1212
- drag the presets file in to the box that appears
1313
- Click the `Import` button at the bottom

launchtools/pickle-to-safetensors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Internally called by StableSwarmUI
1+
# Internally called by SwarmUI
22
# python -s launchtools/pickle-to-safetensors.py <path> <fp16(true/false)>
33

44
import os, sys, glob, traceback

src/Backends/BackendHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public HashSet<string> GetAllSupportedFeatures()
6363

6464
public BackendHandler()
6565
{
66-
RegisterBackendType<SwarmSwarmBackend>("swarmswarmbackend", "Swarm-API-Backend", "Connection StableSwarmUI to another instance of StableSwarmUI as a backend.", true, true);
66+
RegisterBackendType<SwarmSwarmBackend>("swarmswarmbackend", "Swarm-API-Backend", "Connect SwarmUI to another instance of SwarmUI as a backend.", true, true);
6767
Program.ModelRefreshEvent += () =>
6868
{
6969
foreach (SwarmSwarmBackend backend in RunningBackendsOfType<SwarmSwarmBackend>())

src/Backends/NetworkBackendUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static class NetworkBackendUtils
1919
public static HttpClient MakeHttpClient()
2020
{
2121
HttpClient client = new(new SocketsHttpHandler() { PooledConnectionLifetime = TimeSpan.FromMinutes(10) });
22-
client.DefaultRequestHeaders.UserAgent.ParseAdd($"StableSwarmUI/{Utilities.Version}");
22+
client.DefaultRequestHeaders.UserAgent.ParseAdd($"SwarmUI/{Utilities.Version}");
2323
client.Timeout = TimeSpan.FromMinutes(10);
2424
return client;
2525
}

src/BuiltinExtensions/AutoWebUIBackend/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Automatic1111 Stable-Diffusion-WebUI Backend Extension for StableSwarmUI
1+
# Automatic1111 Stable-Diffusion-WebUI Backend Extension for SwarmUI
22

33

4-
This extension enables the use of [AUTOMATIC1111/Stable-Diffusion-WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) ("Auto WebUI") as a backend provider for StableSwarmUI.
4+
This extension enables the use of [AUTOMATIC1111/Stable-Diffusion-WebUI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) ("Auto WebUI") as a backend provider for SwarmUI.
55

66
### API vs Self-Start
77

@@ -15,6 +15,6 @@ This extension enables the use of [AUTOMATIC1111/Stable-Diffusion-WebUI](https:/
1515

1616
(TODO)
1717

18-
### Basic Usage Within StableSwarmUI
18+
### Basic Usage Within SwarmUI
1919

2020
(TODO)

src/BuiltinExtensions/ComfyUIBackend/ComfyUIAPIAbstractBackend.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ string getLoras()
626626
"comfy_sampler" or "comfyui_sampler" or "sampler" => user_input.GetString(ComfyUIBackendExtension.SamplerParam) ?? (string.IsNullOrWhiteSpace(defVal) ? "euler" : defVal),
627627
"comfy_scheduler" or "comfyui_scheduler" or "scheduler" => user_input.GetString(ComfyUIBackendExtension.SchedulerParam) ?? (string.IsNullOrWhiteSpace(defVal) ? "normal" : defVal),
628628
"model" => user_input.Get(T2IParamTypes.Model).ToString(ModelFolderFormat),
629-
"prefix" => $"StableSwarmUI_{Random.Shared.Next():X4}_",
629+
"prefix" => $"SwarmUI_{Random.Shared.Next():X4}_",
630630
"loras" => getLoras(),
631631
_ => fillDynamic()
632632
};

src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyCommon/SwarmBlending.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def INPUT_TYPES(s):
1515
RETURN_TYPES = ("LATENT",)
1616
FUNCTION = "blend"
1717

18-
CATEGORY = "StableSwarmUI/images"
18+
CATEGORY = "SwarmUI/images"
1919

2020
def blend(self, samples0, samples1, blend_factor, mask):
2121
samples_out = samples0.copy()

src/BuiltinExtensions/ComfyUIBackend/ExtraNodes/SwarmComfyCommon/SwarmClipSeg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def INPUT_TYPES(s):
4040
}
4141
}
4242

43-
CATEGORY = "StableSwarmUI/masks"
43+
CATEGORY = "SwarmUI/masks"
4444
RETURN_TYPES = ("MASK",)
4545
FUNCTION = "seg"
4646

0 commit comments

Comments
 (0)