Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-25 | 3.3 kB | |
v6.2.0 source code.tar.gz | 2025-07-25 | 110.9 MB | |
v6.2.0 source code.zip | 2025-07-25 | 112.4 MB | |
Totals: 3 Items | 223.3 MB | 10 |
This minor release includes a handful of fixes and enhancements.
Check out the v6.0.0 release notes if you haven't already! It's a big one.
Enhancements
- Restored
Cancel and Clear All
functionality, which was removed in v6. The button for this is in the hamburger menu next to the Invoke button. - When resetting Canvas Layers, an empty Inpaint Mask layer is added.
- Restored the Viewer toggle hotkey
z
. - Updated translations. Thanks @Harvester62 !
Fixes
- Fixed
useInvocationNodeContext must be used within an InvocationNodeProvider
error that could crash the Workflow Editor. - Fixed issue where scrolling on Canvas could result in zooming in the wrong direction, especially when using a mouse scrollwheel.
Internal/Dev
- Minor perf improvement in Workflow Editor, reducing re-renders of the Auto Layout popover.
Installing and Updating
The Invoke Launcher is the recommended way to install, update and run Invoke. It takes care of a lot of details for you - like installing the right version of python - and runs Invoke as a desktop application.
Note: With recent updates to torch
, users on older GPUs (20xx and 10xx series) will likely run into issues with installing/updating. We are still evaluating how we can support older GPUs, but in the meantime users have found success manually downgrading torch
. Head over to discord if you need help.
Follow the Quick Start guide to get started with the launcher.
If you don't want to use the launcher, or need a headless install, you can follow the manual install guide.
What's Changed
- chore: prep for v6.1.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8313
- feat(ui): add default inpaint mask layer on canvas reset by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8319
- update whats new by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8321
- fix iterations for all API models by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8322
- fix(ui): Reposition export button by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8323
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8324
- feat(ui): restore viewer toggle hotkey by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8325
- fix(ui): incorrect zoom direction on fine scroll by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8326
- feat(ui): restore clear queue button by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8327
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8330
- perf(ui): imperatively get nodes and edges in autolayout hook by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8333
- fix(ui): invocation node context error when in publish flow, notes and current image nodes by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8332
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v6.1.0...v6.2.0