This release candidate introduces an upgraded Workflow Library and FLUX Redux support.
Changes since the previous alpha
- Continued iteration of the Workflow Library UI and functionality.
- Internal improvements to workflow loading, including checks on every load to ensure unsaved changes are not lost.
- Fixed an issue where workflows were not marked as having unsaved changes when their form was edited.
- Form Builder text and heading elements render line breaks correctly.
Workflow Library
We'll flesh out the details in a future release, but the goal is to make the Workflow Library more approachable. We are investing in expanded default workflows, and with the recent introduction of the Workflow Builder, a good library is more important.
This rework makes the library into a larger, easier-to-navigate modal. It may feel a bit empty if you do not already have a large library of workflows. We will ship an updated collection of workflows in the v5.8.0 stable release that fills it out nicely.
Notable changes include:
- Browse by tag (default workflows only)
- Search by name/description/tags
- Opened at works correctly
- Workflows may have thumbnails
- Recently opened workflows area (the list will be incorrect at first, because we haven't been tracking this information until now)
FLUX Redux
This release includes support for FLUX Redux in Workflows and Canvas.
FLUX Redux is an add-on model for FLUX. It works similarly to IP Adapter or an "instant" LoRA, where an input image guides the generation's style and composition. It can provide some degree of character consistency.
To use it on Canvas, add a Global Reference Image layer and drag a reference image onto the layer - same as you would for IP Adapter - and select the FLUX Redux from the model drop-down.
You can also use it in Regional Guidance layers. Add a Reference Image to the layer and select FLUX Redux from the model drop-down.
Other Changes
- Support for uploading
WEBP
images. They are converted toPNG
after uploading. - Internal, transparent changes to custom node loading.
- Improvements to workflow loading, including checks on every load to ensure unsaved changes are not lost.
- Fixed an issue where workflows were not marked as having unsaved changes when its form was edited.
- Form Builder text and heading elements render line breaks correctly.
- Updated translations.
Download the models from the Starter Models tab in the Model Manager.
Installing and Updating
The new Invoke Launcher is the recommended way to install, update and run Invoke. It takes care of a lot of details for you - like installing the right version of python - and runs Invoke as a desktop application.
Follow the Quick Start guide to get started with the launcher.
If you don't want to use the launcher, or need a headless install, you can follow the manual install guide.
What's Changed
- Ruff upgrade by @jazzhaiku in #7741
- Add FLUX Redux support by @RyanJDick in #7726
- feat: workflow thumbnails by @maryhipp in #7676
- refactor(app): stable default workflows, workflow saving and loading fixes by @psychedelicious in #7729
- repo: add @jazzhaiku to codeowners for CI, app and backend by @psychedelicious in #7744
- Changed version of FluxDenoiseInvocation by @JPPhoto in #7745
- feat: new workflow library by @maryhipp in #7710
- feat(api): safer metadata extraction during image upload by @psychedelicious in #7747
- chore: bump version to v5.8.0a1 by @psychedelicious in #7749
- fix(ui): add webp to supported image types in toast messages by @rikublock in #7754
- feat(app): less janky custom node loading by @psychedelicious in #7748
- fix(ui): hide shared on workflow library by @psychedelicious in #7751
- feat(ui): flux redux canvas by @psychedelicious in #7752
- fix(ui): missing builder translations by @psychedelicious in #7753
- ui: translations update from weblate by @weblate in #7746
- chore: bump version to v5.8.0a2 by @psychedelicious in #7762
- feat: workflow library iteration 2 by @psychedelicious in #7765
- update opened_at to be nullable by @maryhipp in #7767
- fix(api) add default for opened_at by @maryhipp in #7771
- feat(ui): reworked workflow loading flow by @psychedelicious in #7769
- workflow iteration 4 by @psychedelicious in #7772
- fix(ui): respect line breaks in builder text and heading elements by @psychedelicious in #7773
- chore: bump version to v5.8.0rc1 by @psychedelicious in #7775
Full Changelog: v5.7.2...v5.8.0rc1