Migrating to InvokeAI v5.7.0rc2
Version v5.7.0rc2 introduces 1 breaking change. This guide details how to update your code.
Released: 2/26/2025
1
Breaking Changes
2
Migration Steps
4
Affected Symbols
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
Workflow Editor (Linear View)Board fieldsString Generator nodeImage Generator nodeBreaking Changes
●Issue #1
Board fields now default to the `Auto` option instead of `None (Uncategorized)`. Workflows that previously used `None (Uncategorized)` will now use `Auto`, which selects the auto-add board.
Migration Steps
- 1When opening workflows that previously used the Linear View, they will be automatically migrated to the new Workflow Builder format.
- 2Review workflows that use Board fields; if they were set to `None (Uncategorized)`, they will now be set to `Auto`. Verify if this new default behavior is desired.
Release Summary
This release introduces the major Workflow Builder, replacing the Linear View with a feature-rich form builder, alongside substantial performance improvements in batch queuing logic and various UI fixes.
Need More Details?
View the full release notes and all changes for InvokeAI v5.7.0rc2.
View Full Changelog