Skip to content

0.9.1-Beta

Compare
Choose a tag to compare
@mcmonkey4eva 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

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 sampler euler_cfg_pp_regular comfy native now
  • 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 under Sampling, which may sometimes improve quality on SD3
  • as usual, many small improvements, bug fixes, etc.