0.9.1-Beta
mcmonkey4eva
released this
08 Jul 13:54
·
977 commits
to master
since this release
Reddit post for this release https://new.reddit.com/r/StableDiffusion/comments/1dy9rzr/swarmui_091beta_release/
Major Updates
- added support for PixArt Sigma MS XL 2 https://github.com/mcmonkeyprojects/SwarmUI/blob/master/docs/Model%20Support.md#pixart-sigma
- Moved to a fully independent repo (hi, this one)
- now have full support for SD3 controlnets (InstantX) #1 (comment)
- Started a doc for troubleshooting issues https://github.com/mcmonkeyprojects/SwarmUI/blob/master/docs/Troubleshooting.md and opened a help-forum channel on the Discord
- added support for graphics tablets with dynamic pen pressure values in the Edit Image interface, currently just for brush size dynamics. If you're an artist that uses a graphics tablet pen and wants to see expansion on this feature, please @ me on the Swarm discord
Minor Updates
- removed the legacy stability api backend
- civitai now has an API key option under user settings for civit autodownloads of authentication-only files, thanks to @maedtb
added initial CFG++ support via samplercomfy native noweuler_cfg_pp_regular
- Remote swarm backends can now have an "Authorization" header applied (as some remote servers require this)
- the github issues page here now has issues templates
- made the "refiner" group more clear in its purpose (it's also upscaler and more) and added some more param-group-docs
- tab title now updates to show the number of current pending generations, so you can see progress even when tabbed out
- new user setting
AutoCompleteSuffix
to have autocompletions autoappend commas or things like that - segment yolo now sorts left to right to give better control over selecting characters individually
- controlnets now autodetect canny,depth,pose,scribble from just filename cues if there's no metadata for it (ie if you haven't specified a preprocessor manually)
- added user setting
ButtonsUnderMainImages
to customize which buttons appear when you open an image vs. which get moved to 'More' - majorly upgraded the Model Downloader utility, see #44 for more
- added server setting
RecycleDeletedImages
which you can use to send images to the recycle bin instead of full file deletion - added
Zero Negative
parameter underSampling
, which may sometimes improve quality on SD3 - as usual, many small improvements, bug fixes, etc.