github invoke-ai/InvokeAI v5.1.1

7 hours ago

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

Docs

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

New Contributors

Full Changelog: v5.1.0...v5.1.1

Don't miss a new InvokeAI release

NewReleases is sending notifications on new releases.