Change8

Migrating to InvokeAI v5.7.0

Version v5.7.0 introduces 1 breaking change. This guide details how to update your code.

Released: 2/27/2025

1
Breaking Changes
3
Migration Steps
6
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

Workflow EditorLinear ViewForm BuilderBoard fieldsString Generator nodeImage Generator node

Breaking Changes

Issue #1

Board fields now default to the `Auto` option instead of `None (Uncategorized)` when using the new Form Builder. Workflows that previously had `None (Uncategorized)` selected will now use the auto-add board.

Migration Steps

  1. 1
    If you previously used the custom node pack containing @skunkworxdark's metadata nodes, you must delete that custom node pack after updating to v5.7.0 to remove startup errors.
  2. 2
    Review workflows that relied on the old Linear View fields; they should be automatically migrated to the new Form Builder format.
  3. 3
    If using board fields, note that fields previously set to `None (Uncategorized)` will now default to `Auto`.

Release Summary

This release introduces the powerful Form Builder, replacing the old Linear View in the Workflow Editor, and integrates popular metadata nodes into the core package. Numerous performance enhancements and bug fixes across the UI and backend queueing logic accompany these major feature updates.

Need More Details?

View the full release notes and all changes for InvokeAI v5.7.0.

View Full Changelog