This alpha release introduces an upgraded Workflow Library and FLUX Redux support.
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)
The UI is a WIP - we know it is a bit rough in places. Feedback appreciated!
FLUX Redux
This release includes support for FLUX Redux (global and regional).
As of this first alpha, it is only available in the Workflow Editor, but Canvas support is in progress.
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
Full Changelog: v5.7.2...v5.8.0a1