Skip to content

0.5.9-Alpha

Compare
Choose a tag to compare
@mcmonkey4eva mcmonkey4eva released this 09 Dec 12:20
· 837 commits to master since this release

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 #11 (comment) for details
  • added a Logs tab under Server, 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 #11 (comment)
  • Prompt input areas now have tab completion for prompt syntax (eg wildcards, embeds, etc)! #11 (comment)
  • added multi-random/repeat prompt syntax magic - see #196 (comment) 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 and End, 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 click Generate Previews, it will now try to use a preset named Preview, and can even help you generate one if you have an sdxl_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