Skip to content

v5.0.1

Latest
Compare
Choose a tag to compare
@psychedelicious psychedelicious released this 30 Sep 22:05
· 2 commits to main since this release

This minor release includes support for Kohya FLUX LoRAs and a handful of fixes and enhancements.

Be sure to review the v5 release notes if you haven't already upgraded to v5.

Enhancements

  • Support for Kohya FLUX LoRAs with lora_te1 layers (i.e. CLIP LoRA layers)
  • Default scheduler is now dpmpp_3m_k
  • First round of v5 translations @Harvester62 @Vasyanator @Atalanttore @Ery4z @rikublock
  • Improved FLUX img2img/inpainting
    • ❗ This is a breaking change. The trajectory_guidance_strength field on FluxDenoiseInvocation was removed in favor of a simpler solution that doesn't need the extra field. More details in #6938.
  • Revised hotkeys focus tracking
  • Recall hotkeys work when viewer is closed and gallery is open
  • Added enter and esc hotkeys to apply and cancel filters and transforms
  • Model default settings support for FLUX guidance parameter

Fixes

  • Hide brush preview while staging
  • Prevent error toasts from being so large they cannot be closed
  • UI crash with TypeError: i.map is not a function
  • Canvas erroneously interactable after refresh while staging

Internal

  • More efficient image selection handling
  • More efficient newly-generated image handling
  • Revised resizable panels logic

Installation and Updating

To install or update to v5.0.1, download the installer and follow the installation instructions

To update, select the same installation location. Your user data (images, models, etc) will be retained.

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1