Reddit thread for this release: https://www.reddit.com/r/StableDiffusion/comments/1ieh81r/swarmui_095_release/
Major Updates
- Added support for Hunyuan Video https://github.com/mcmonkeyprojects/SwarmUI/blob/master/docs/Video%20Model%20Support.md#hunyuan-video
- Added support for Nvidia Sana 1600M fast image gen https://github.com/mcmonkeyprojects/SwarmUI/blob/master/docs/Model%20Support.md#nvidia-sana
- Greatly fleshed out support and docs for Docker https://github.com/mcmonkeyprojects/SwarmUI/blob/master/docs/Docker.md
- added support nvidia cosmos video https://github.com/mcmonkeyprojects/SwarmUI/blob/master/docs/Video%20Model%20Support.md#nvidia-cosmos
- published a list of small features to do, as an easy grab-bag for those interested in contributing to the project #550
- added a button to Star models so you can sort them to the top #1 (comment)
- Generate tab layout customization! Shove sub-tabs into differenty places! #1 (comment)
Minor Updates
- added
Rescale CFG Multiplier
for if you want to use comfy's native rcfg impl instead of the dynthresh version (they are slightly different) - videos generated in swarm now properly have animated previews in image history and batch view (animated previews can be disabled in server config)
- init image now has a button to yoink the resolution
- file browser (image history, models, etc) now have a 'Details List' view mode option
- added
UnrestrictedMaxT2iSimultaneous
server setting for more backend ordering control - added params for temporal tiling
- new server config option
ClearStrayModelData
to haveEdit Metadata
get rid of stray files from other UIs (or old versions of Swarm before the.swarm.json
file was used) - new server config option
EditMetadataAcrossAllDups
for if you have redundant storage (eg local + NAS) of models and want to keep them in sync - new server config option
DownloaderAlwaysResave
to make your model folders cleaner if you use the downloader often - new
Delete Model
button on models, and server config optionRecycleDeletedModels
- new
Rename Model
button on models - server config now has auto-restart tools in a category labeled "Maintenance"
- Added server start/stop webhooks
- image gen webhooks can now upload images to Discord if you want, see https://github.com/mcmonkeyprojects/SwarmUI/blob/master/docs/Features/Webhooks.md#direct-image-on-discord for details
- added TeaCache under Advanced Sampling (makes generation a bit faster at a small cost to quality, often worth it at low threshold values)
- added
Init Image Noise
param and correspondingSwarmImageNoise
comfy node to allow for adding gaussian noise directly to the image (not the latent) - new user setting
ParameterMemoryDurationHours
to configure how long your current parameters are stored in browser cookies for - new param
Wildcard Seed Behavior
, lets you set wildcard seed to Index, to linearly generate from a wildcard - added
Export Preset
button on individual presets - user setting to play a sound when generation completes, thanks to a PR from @Jelosus2 - docs here https://github.com/mcmonkeyprojects/SwarmUI/blob/master/docs/Features/UISounds.md
- documented usage of ACE Plus (Flux Character Consistency) in Swarm - https://github.com/mcmonkeyprojects/SwarmUI/blob/master/docs/Model%20Support.md#flux1-tools
- as usual, many small improvements, bug fixes, docs improvements, etc.