v6.4.0rc1
📦 invokeaiView on GitHub →
✨ 6 features🐛 4 fixes⚡ 1 deprecations
Summary
This minor release introduces several UI enhancements, including hotkey toggles and error highlighting, alongside fixes for VRAM usage and model installation paths. State persistence has been improved via debouncing.
Migration Steps
- Users on older GPUs (20xx and 10xx series) running into issues with `torch` installation/updates may need to manually downgrade `torch`. Consult Discord for assistance.
✨ New Features
- Canvas Bbox visibility can now be toggled with the hotkey `shift+o`.
- Nodes with execution errors are now highlighted red in the UI.
- Prevented a field from being added to Workflow Builder forms multiple times.
- Added support for recall of CLIP Skip metadata.
- Prompt and seed metadata may now be recalled on the Upscaling tab.
- State persistence strategy was tweaked: now debounced to 300ms instead of throttled to 2000ms, which should reduce stutters during canvas manipulation.
🐛 Bug Fixes
- Fixed some issues related to model install paths.
- Improved VAE encode VRAM usage.
- Fixed a minor bug when concatenating Kontext ref images in latent space that could result in some images not being "seen".
- Fixed AMD docker image build issue related to disk space.
⚡ Deprecations
- SDXL Style prompts have been removed from the Generate, Canvas and Upscaling tabs (they remain available in Workflows).