0.5.9-Alpha
版本发布时间: 2023-12-09 20:20:37
Stability-AI/StableSwarmUI最新发布版本:0.6.4-Beta(2024-06-15 15:50:25)
Major Updates
- New param:
InitImageResetToNorm
, lets you overdrive InitImaageCreativity(denoising) above 1.0 by mixing the init with latent emptiness - Stable Video Diffusion (SVD) is now supported with a "Video" param group, for img2vid and txt2img2vid, see https://github.com/Stability-AI/StableSwarmUI/discussions/11#discussioncomment-7668336 for details
- added a
Logs
tab underServer
, so you can look through the raw server logs if needed entirely in UI. This also lets you view the Debug logs without having to enable them in the main terminal. - New LoRA Extractor utility to get shrink thicc checkpoint models into smol loras https://github.com/Stability-AI/StableSwarmUI/discussions/11#discussioncomment-7772593
- Prompt input areas now have tab completion for prompt syntax (eg wildcards, embeds, etc)! https://github.com/Stability-AI/StableSwarmUI/discussions/11#discussioncomment-7775593
- added multi-random/repeat prompt syntax magic - see https://github.com/Stability-AI/StableSwarmUI/issues/196#issuecomment-1848391633 for details
- have an in-progress Image Editor tool. It's not quite ready for primetime, but you can poke at it if you're curious. It's a full multilayered canvas-based editing suite.
Minor Updates
- added
restart all backends
quick button - added support for Cubiq's IPAdapter repo
- new parameter:
RemoveBackground
under advanced sampling, to just quickly remove the background from your images - new prompt tag option:
<clear:x>
works like the<segment:
node, but removes the content from the image - just like RemoveBackground but targetable with ClipSeg. - new parameters:
ControlNet Start
andEnd
, to control which steps a controlnet applies to (only visible if Advanced params is checked) - TI Embeddings now have a metadata key that lets you mark them as Negative, so that when you click them they will be automatically added to the negative prompt rather than the positive
- added a user-setting to select the default VAE for SDXL and for SDv1 separately. eg for SDXL you might want the fp16-fix model.
- added
Refiner HyperTile
param (a technique that makes sampling a bit faster on large images) - When you right click
Generate
and clickGenerate Previews
, it will now try to use a preset namedPreview
, and can even help you generate one if you have ansdxl_lcm_lora
available already - the "Generate" button in the center area now has a more-obvious clickable menu button for additional options
- there's now a "Show Prompt Tokenization" in that generate-options button to quickly view the clip tokenization details for it (ie via the utilities tab)
- oh and as usual a bunch of random small fixes and wotnot
1、 install-linux.sh 580B