Change8

v6.8.0

📦 invokeaiView on GitHub →
5 features🐛 7 fixes1 deprecations🔧 1 symbols

Summary

This minor release introduces a new crop tool for reference images, enhances the Model Manager UI, and adds prompt history navigation shortcuts. It also includes several bug fixes related to layer opacity baking and model installation help text.

Migration Steps

  1. Node authors should review their nodes regarding dynamic model fields in the Workflow Editor to prevent warnings (see #8577 for details).

✨ New Features

  • Added a crop tool, currently enabled only for Global Ref Images.
  • Improved Model Manager tab UI.
  • Added keyboard shortcuts (`alt/option+up/down`) to navigate prompt history.
  • Support for the `NOOB-IPA-MARK1` IP Adapter.
  • Support for dynamic model drop-downs in the Workflow Editor.

🐛 Bug Fixes

  • Fixed an issue where the opacity of a layer was "baked" in when accepting raster layer adjustments.
  • Corrected help text for non-in-place model installation; it now correctly states that model files are moved, not copied.
  • Fixed failure to queue generations with errors like `Failed to Queue Batch / Unknown Error`.
  • Fixed UI issue where parameter state was not reset on studio navigation to the generate tab.
  • Fixed UI issue allowing scrolling in the ModelPane.
  • Fixed issue where Ref Images for flux kontext were not parsed correctly.
  • Restored the `list_queue_items` method.

🔧 Affected Symbols

list_queue_items

⚡ Deprecations

  • Node authors may need to update their nodes to prevent warnings related to dynamic model drop-downs in the Workflow Editor, although no breakages are expected.