Change8

Migrating to InvokeAI v5.10.0rc1

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

Released: 4/15/2025

1
Breaking Changes
3
Migration Steps
5
Affected Symbols

⚠️ Check Your Code

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

Form BuilderCanvasWorkflowsModel ManagerFLUX Redux

Breaking Changes

Issue #1

Form Builder state will be reset upon first installation/update, causing loss of unsaved changes. Users must save their current workflow before updating and reload it afterwards.

Migration Steps

  1. 1
    If updating from a previous version, save your current Form Builder workflow before updating, as the Form Builder state will be reset upon first run.
  2. 2
    After updating, reload your saved workflow.
  3. 3
    Users are recommended to use the new Invoke Launcher for installation and updates.

Release Summary

This release introduces support for the CogView4 model and major dependency bumps, including Python 3.12 and PyTorch 2.6.0. A significant internal change merges Form Builder and Node Editor state, requiring users to save Form Builder state before updating.

Need More Details?

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

View Full Changelog