Migrating to InvokeAI v6.3.0rc2
Version v6.3.0rc2 introduces 2 breaking changes. This guide details how to update your code.
Released: 8/4/2025
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
FLUX Kontext nodeFLUX Kontext Image Prep nodeBreaking Changes
●Issue #1
Reference images are no longer resized to preferred Kontext size within the FLUX node. You must now resize them beforehand using the new `FLUX Kontext Image Prep` node.
●Issue #2
The canvas now uses the new node internally, which relies on pre-resized reference images.
Migration Steps
- 1On the first launch after updating to v6.3.0, Studio state stored in the browser will be migrated to the database automatically.
- 2If using FLUX Kontext, resize reference images beforehand using the new `FLUX Kontext Image Prep` node, as the FLUX node no longer performs resizing.
Release Summary
This minor release introduces database persistence for Studio state, enabling cross-device synchronization, and adds significant enhancements to FLUX Kontext handling, including support for multiple reference images and a dedicated image preparation node.
Need More Details?
View the full release notes and all changes for InvokeAI v6.3.0rc2.
View Full Changelog