Migrating to InvokeAI v6.0.0
Version v6.0.0 introduces 2 breaking changes. This guide details how to update your code.
Released: 7/9/2025
⚠️ Check Your Code
If you use any of these symbols, you need to read this guide:
flux_text_encoder.pyflux_denoise.pyFieldIdentifierBreaking Changes
●Issue #1
The 5.0 layout has been retired and replaced with a new task-specific, flexible, and persistent interface foundation. Users must adapt to the new UI structure.
●Issue #2
The Infinite Scroll feature has returned, now showing all images at once in a single grid, replacing previous pagination methods. This change may disrupt workflows relying on simple chunk-based navigation.
Migration Steps
- 1Review the new UI layout, as the 5.0 layout has been retired.
- 2If relying on pagination for image viewing, adapt workflows to the new Infinite Scroll grid view.
- 3Users on older GPUs (2XXX series) may encounter issues due to recent pytorch updates; manual downgrading of torch may be necessary. Seek help on Discord if needed.
- 4Follow the Quick Start guide using the Invoke Launcher for the recommended installation/update process.
Release Summary
Invoke 6.0 introduces a major UI overhaul with customizable layouts, new Launchpads, and enhanced Canvas features like PSD export and FLUX Kontext integration. This release also brings significant performance improvements and addresses numerous bugs.
Need More Details?
View the full release notes and all changes for InvokeAI v6.0.0.
View Full Changelog