Skip to content

Release v0.2

Choose a tag to compare

@Stax124 Stax124 released this 21 Jun 17:06
· 737 commits to main since this release
11b77fd

Release v0.2

Attention

I misspelled "SDPA" as "SPDA", so, if you used this attention, you would need to set it to the fixed one in the UI and click Save Config to use it again.

Changelog

  • ControlNet now has the option to run with a preprocessed image
  • Self -attention guidance -> may produce better images, but reduces speed
  • LoRA weights settings
  • Better defaults
  • Model upload from the local system to host
  • Flashbang mode (Light mode) - I am sorry, I truly am
  • Model manager - only allows model deletion, but will be extended in the future
  • 9-channel inpainting
  • New format for logger
  • AMD GPU support for PyTorch
  • DirectML Support
  • Spinners for a better indication that your PC hasn't frozen, but is on the edge of exploding
  • Fixed ControlNet dimensions
  • Tiled RealESRGAN
  • Automatic Textual Inversion loader
  • Fixed Deepdanbooru threshold
  • Keyboard shortcuts (CTRL+Arrow Up/Down to change attention inside a textbox, CTRL+Enter to generate an image)
  • Better Queue system
  • Continuous image generation mode for faster GPUs (generate an image on change in prompt/params)
  • Enabled Scribble ControlNet
  • Tagger and Upscaler now work without other models loaded
  • Initial support for Dynamic AIT in place (but still under heavy development and only accessible through API)
  • Fixed Upscaler not saving images properly
  • Allowed user to change a port of the app
  • Transitioned Docs from Algolia to locally generated search for more up-to-date results
  • Default attention set to SDPA by default
  • NaiveUI Theme editor support - feel free to customize how Volta looks (needs to be enabled in the settings first)
  • Bumped dependency versions
  • Affixed dependency versions for a better experience
  • Support for Subquadratic and Multihead attentions
  • Added Bislerp interpolation option for Hi-res
  • Output folder and format can now be changed in the settings
  • New Image Browser
  • Fixed some spelling in docs
  • Fixed dotenv not being applied properly
  • AITemplate cache is now automatically wiped for every compile

Roadmap

  • Finish the documentation
  • Dynamic AIT
  • More UI improvements and cleanups