This is a minor release, adding a few QoL improvements and fixes.
Enhancements
- Canvas Color Picker has foreground and background colors. Switch between them with
x
. Pressd
to reset them to black and white. Thanks @csehatt741! - You can set a default weight setting for LoRAs in the Model Manager. When you add the LoRA, it will start at the default weight. Thanks @csehatt741!
- Updated translations. Thanks @Harvester62!
Fixes
- Always delete LoRAs when recalling all metadata. Thanks @csehatt741!
- Incompatible LoRAs being enabled prevents you from clicking Invoke.
- Fixed an issue where it was possible to drag a tab panel to another location in the UI on Chrome and Launcher (Firefox was unaffected).
- Internal file organization fix for docker builds.
- Fix an issue where progress images were super tiny (again).
- Fix an issue where no fallback was rendered in the viewer when no image is selected.
- Fix an issue where a single middle-mouse click on Canvas would activate the View tool (i.e. drag-to-pan), and you had to click again to deactivate it.
- Fix an issue in the Viewer where the last-generated image would briefly show after the current generation finishes.
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
- video by @maryhipp in #8499
- do not show negative prompt or ref images on video tab by @maryhipp in #8501
- handle large videos by @maryhipp in #8503
- match screen capture button to the others by @maryhipp in #8504
- fix(app): board count queries not getting categories as params by @psychedelicious in #8505
- Add 'sd-2' to supported negative prompt base models by @damian0815 in #8513
- fix(ui): remove LoRAs for recall use all by @csehatt741 in #8512
- feat(ui): add readiness checks for LoRAs by @psychedelicious in #8506
- fix(ui): move
getItemsPerRow
to frontend src dir by @psychedelicious in #8515 - chore(ui): bump dockview by @psychedelicious in #8516
- ui: translations update from weblate by @weblate in #8507
- feat(ui): switchable foreground/background colors by @csehatt741 in #8510
- feat(ui): LoRA default weight by @csehatt741 in #8484
- ui(fix): remove video base models from image aspect/ratio logic by @maryhipp in #8521
- ui: translations update from weblate by @weblate in #8517
- chore: prep for v6.6.0rc1 by @psychedelicious in #8522
- fix(ui): fix situation where progress images are super tiny by @psychedelicious in #8524
- fix(ui): browser image caching cors race condition by @psychedelicious in #8523
- fix(ui): gallery selection issues by @psychedelicious in #8528
- fix(ui): stop dragging when user clicks mmb once by @psychedelicious in #8527
- fix(ui): prev image briefly showing in viewer as progress image "resolves" into output image by @psychedelicious in #8530
- chore: prep for v6.6.0rc2 by @psychedelicious in #8531
Full Changelog: v6.5.1...v6.6.0rc2