v5.1.0rc2
Pre-release
Pre-release
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
andxformers
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
- feat(context menu): ✨ condense top row of image context menu by @joshistoast in #7001
- feat(ui): tablet support by @psychedelicious in #7008
- Initial GGUF support for flux models by @brandonrising in #6890
- fix(ui): show color picker when using pen by @psychedelicious in #7013
- feat(ui): mmb panning (another approach) by @psychedelicious in #7014
- feat(ui): add new session functionality by @psychedelicious in #7017
- feat(ui): layer/canvas crop by @psychedelicious in #7020
- fix(ui): duplicating regional guidance layer breaks graph generation by @psychedelicious in #7015
- fix(ui): recall LoRAs may create duplicates by @psychedelicious in #7016
- chore(ui): bump deps by @psychedelicious in #7021
- Bump xformers for compatibility with torch by @RyanJDick in #7022
- fix(ui): prevent unhandled promise rejections by @psychedelicious in #7019
- ui: translations update from weblate by @weblate in #7010
- chore: bump version to v5.1.0rc2 by @psychedelicious in #7024
Full Changelog: v5.0.2...v5.1.0rc2