Skip to content

v5.1.0rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@psychedelicious psychedelicious released this 03 Oct 21:49
· 1425 commits to main since this release

This release includes tablet support and middle-mouse panning for Canvas, support for GGUF FLUX models, and an assortment of other fixes and enhancements.

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

Enhancements

  • Canvas tablet support for both touch and pen input devices (e.g. drawing tablets).
  • Pressure sensitivity for pen input devices. This can be disabled in the Canvas settings.
  • Revised Canvas layout to better fit on smaller screens.
  • Improved image context menu. Thanks @joshistoast!
  • Middle-mouse button panning. Thanks to @FloeHetling for getting this moving!
  • Support for GGUF FLUX models.
  • Create a new "session", resetting all settings and Canvas to their defaults (except for model selection). These functions are in the menu next to the cancel button.
  • Crop to bbox on Canvas. You can crop an individual layer, or the whole canvas. Accessed via right-click menus.
  • Updated translations. Thanks @rikublock @Ery4z!

Fixes

  • Duplicating a regional guidance layer with a reference image causes an error during graph building, preventing generation from working.
  • Recalling LoRAs can create duplicate LoRAs.

Internal

  • Bump all UI deps to latest.
  • Bump torch and xformers versions to latest.
  • Gracefully handle promise rejections in the UI's metadata handlers.

Installation and Updating

To install or update to v5.1.0rc2, 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

Full Changelog: v5.0.2...v5.1.0rc2