v5.1.1
This release fixes a number of issues and updates the workflows list to function like the style presets list.
❗ We are investigating an issue with Apple Silicon devices and SDXL. Users with Apple Silicon devices may wish to hold off on updating until we resolve this. See the Known Issues section below for more information and a workaround.
Be sure to review the v5 release notes if you haven't already upgraded to v5.
Enhancements
- New workflow list UI. Thanks @maryhipp!
- Added explanatory tooltips to images and assets tabs in gallery. Thanks @maryhipp!
- Added prompt template message to first-run blurb. Thanks @maryhipp!
- Add button to rename board (in addition to double-click). Thanks @maryhipp!
- Updated translations. Thanks @Harvester62 @Ery4z!
- Updated example config file comment to prevent footguns.
Fixes
- Updates to get FLUX working on MPS on
torch
2.5.0 / nightlies. Thanks @Vargol! - Fixed incorrect events being tracked for some buttons. Notably, this prevents accidental deletion of layers when the Canvas is busy.
- Fixed UI jank with Canvas number input components.
- Fixed issue where invalid edges could be pasted.
- Fixed issue preventing touch and Apple Pencil from being able to interact with the Canvas.
Internal
- Fixed Nix flake. Thanks @aakropotkin!
Docs
- Add Enhance Detail community node. Thanks @skunkworxdark!
- Fixed typos. Thanks @nnsW3!
- Added FLUX support to docs. Thanks @aakropotkin!
Known Issues
Apple Silicon devices will output mushy noise on SDXL unless Regional Guidance or an IP Adapter is used.
The issue appears to be related to us bumping torch
to v2.4.1, which was needed for GGUF FLUX support. The SDXL generation code wasn't changed in this release. We are investigating the issue.
As a workaround, users can set their attention type to torch-sdp
in their invoke.yaml configuration file:
attention_type: torch-sdp
This will result in some increased memory utilization, but allow for generations to proceed as normal.
Installation and Updating
To install or update to v5.1.1, download the latest 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
- Add Enhance Detail to communityNodes.md by @skunkworxdark in #7043
- Docs fix spelling issues by @nnsW3 in #7047
- update flake by @aakropotkin in #7032
- Get Flux working on MPS when torch 2.5.0 test or nightlies are installed by @Vargol in #7063
- feat(ui,api): alternate workflow list UX by @maryhipp in #7059
- misc(ui): image/asset tab tooltips, icon to rename board, getting started text by @maryhipp in #7067
- feat(ui): restore sorting and date displays for workflow library list items by @maryhipp in #7068
- feat(ui): board edit tweaks by @psychedelicious in #7069
- add missing translations by @maryhipp in #7073
- ui: translations update from weblate by @weblate in #7062
- fix(ui): remove straggling onPointerUp handlers by @psychedelicious in #7074
- fix(ui): canvas sliders misc by @psychedelicious in #7075
- fix(ui): validate edges on paste by @psychedelicious in #7072
- fix(ui): sync pointer position on pointerdown by @psychedelicious in #7076
- feat(app): update example config file comment by @psychedelicious in #7071
- chore: bump version to v5.1.1 by @psychedelicious in #7077
New Contributors
Full Changelog: v5.1.0...v5.1.1