0.5.5-Alpha
版本发布时间: 2023-09-18 01:43:06
Stability-AI/StableSwarmUI最新发布版本:0.6.4-Beta(2024-06-15 15:50:25)
Major Updates
- added an "Image Edit Batch" tool next to the grid gen, for if you want to batch edits to a folderload of images
- added a "Utilities" tab at the top that has a CLIP Tokenizer for if you want to see what CLIP's doing with your text
- Swarm can use remote instances of Swarm as its backend (ie it's now easier to set up Swarm across LAN/network)
- LoRA/etc. browsers now recognize if they're the correct model type (SDv1 vs SDXL) - if they don't match, they fade out and get sorted to the bottom, so SDv1 loras aren't in the way while you're generating SDXL images (but they're still there with a fade and a message so you don't get confused where they went)
Minor Updates
- Colab banned webuis :(
- a bunch of small bug fixes and QOL as always. Like a lot. I can't be bothered listing them all, but you can look at the git commits to see em if you want. So many.
- image metadata now holds the Swarm version and current date (alongside params used and gen time)
- when generating images with a comfy backend there are now lil progress bars on the side. A green one shows the main generation (KSampler) progress, and a subtler purple one shows the overall comfy progress (ie how far along the node graph it is)
- you can now customize the internal batch size if you want, as a parameter under advanced - see notes on https://github.com/Stability-AI/StableSwarmUI/issues/84 about that. Most users prefer the "Images" count at the top of core params
- added a toggle for auto-clearing batches
- custom comfy workflows now show Primitive inputs in the main param section, and auto-generated other options under "Advanced", to be less cluttered of an interface
- added an option for comfy api by url to go idle, meaning its connection can go on and off automatically based on whether the remote server is available. Very useful for external servers that you might only sometimes have running
- there's now a CLIP Token counter on prompt boxes so you can see when you're hitting the 75 token barrier
- added a lil guide doc about how to use swarm over LAN or internet https://github.com/Stability-AI/StableSwarmUI/blob/master/docs/Advanced%20Usage.md#accessing-stableswarmui-from-other-devices
- improved rendering of model cards
- made it way more obvious how to close the image fullscreen popup view