| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| install-windows.bat | 2025-03-02 | 1.0 kB | |
| 0.9.5-Beta source code.tar.gz | 2025-01-31 | 16.2 MB | |
| 0.9.5-Beta source code.zip | 2025-01-31 | 16.3 MB | |
| README.md | 2025-01-31 | 3.7 kB | |
| Totals: 4 Items | 32.6 MB | 0 | |
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 https://github.com/mcmonkeyprojects/SwarmUI/issues/550
- added a button to Star models so you can sort them to the top https://github.com/mcmonkeyprojects/SwarmUI/discussions/1#discussioncomment-11955149
- Generate tab layout customization! Shove sub-tabs into differenty places! https://github.com/mcmonkeyprojects/SwarmUI/discussions/1#discussioncomment-12004159
Minor Updates
- added
Rescale CFG Multiplierfor 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
UnrestrictedMaxT2iSimultaneousserver setting for more backend ordering control - added params for temporal tiling
- new server config option
ClearStrayModelDatato haveEdit Metadataget rid of stray files from other UIs (or old versions of Swarm before the.swarm.jsonfile was used) - new server config option
EditMetadataAcrossAllDupsfor if you have redundant storage (eg local + NAS) of models and want to keep them in sync - new server config option
DownloaderAlwaysResaveto make your model folders cleaner if you use the downloader often - new
Delete Modelbutton on models, and server config optionRecycleDeletedModels - new
Rename Modelbutton 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 Noiseparam and correspondingSwarmImageNoisecomfy node to allow for adding gaussian noise directly to the image (not the latent) - new user setting
ParameterMemoryDurationHoursto 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 Presetbutton 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.