From 498acdd5b6decab7384f501f3288b561d053e49b Mon Sep 17 00:00:00 2001 From: Glen Date: Mon, 8 Jun 2026 14:37:18 -0600 Subject: [PATCH 1/3] Add new extensions: SharpSplat, Spectrum, and WD14Tagger --- launchtools/extension_list.fds | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/launchtools/extension_list.fds b/launchtools/extension_list.fds index e719cd970..f6f7d961c 100644 --- a/launchtools/extension_list.fds +++ b/launchtools/extension_list.fds @@ -306,3 +306,27 @@ Epsilon-Scaling: tags: - parameters - nodes + +SharpSplat: + author: Glen Carpenter + description: Turns images into 3D Gaussian Splats directly inside the browser. + url: https://github.com/GlenCarpenter/SwarmUI-SharpSplat + license: MIT + tags: + - ui + +Spectrum: + author: Glen Carpenter + description: Integrates Spectrum diffusion sampling acceleration into SwarmUI's generation pipeline. + url: https://github.com/GlenCarpenter/SwarmUI-Spectrum + license: MIT + tags: + - parameters + +WD14Tagger: + author: Glen Carpenter + description: Adds automatic image tagging using booru-style taggers. + url: https://github.com/GlenCarpenter/SwarmUI-WD14Tagger + license: MIT + tags: + - tools From 954c652ff443af17297d7ec0aac4229dc8dc38ab Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" Date: Mon, 15 Jun 2026 19:12:08 -0700 Subject: [PATCH 2/3] oop merge bug --- launchtools/extension_list.fds | 1 + 1 file changed, 1 insertion(+) diff --git a/launchtools/extension_list.fds b/launchtools/extension_list.fds index 095e4310c..5628421a6 100644 --- a/launchtools/extension_list.fds +++ b/launchtools/extension_list.fds @@ -339,3 +339,4 @@ WD14Tagger: url: https://github.com/GlenCarpenter/SwarmUI-WD14Tagger license: MIT tags: + - tools From fd8b9e8c7373ef4b207479ecf09b6e985a6331b6 Mon Sep 17 00:00:00 2001 From: "Alex \"mcmonkey\" Goodwin" Date: Mon, 15 Jun 2026 19:15:18 -0700 Subject: [PATCH 3/3] fix baseline tags and description --- launchtools/extension_list.fds | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/launchtools/extension_list.fds b/launchtools/extension_list.fds index 5628421a6..780daba7e 100644 --- a/launchtools/extension_list.fds +++ b/launchtools/extension_list.fds @@ -323,11 +323,13 @@ SharpSplat: url: https://github.com/GlenCarpenter/SwarmUI-SharpSplat license: MIT tags: + - tabs - ui + - parameters Spectrum: author: Glen Carpenter - description: Integrates Spectrum diffusion sampling acceleration into SwarmUI's generation pipeline. + description: Adds support for an alternate sampling acceleration technique called 'Spectrum'. url: https://github.com/GlenCarpenter/SwarmUI-Spectrum license: MIT tags: @@ -340,3 +342,4 @@ WD14Tagger: license: MIT tags: - tools + - parameters