Releases
v6.5.0
This release includes a handful of fixes and enhancements.
Enhancements
- Add a optional
Shufflebutton to float and integer fields in Workflow Builder forms. Thanks @csehatt741! - Canvas color picker non longer changes the alpha of the color.
- When the bbox aspect ratio is locked, resizing the bbox from the Canvas will respect the locked status of the aspect ratio. Hold
shiftto temporarily invert the locked status:- When the aspect ratio is locked, holding
shiftwhile resizing the bbox will allow you to freely resize the bbox. - When the aspect ratio is not locked, holding
shiftwhile resizing the bbox will maintain the last aspect ratio of the bbox.
- When the aspect ratio is locked, holding
- When a node field is added to a Workflow Builder form, the
+button to add it will now show a-and let you remove the field. Thanks @csehatt741! - When changing a selection of image’s board, the current board is hidden from the board drop-down. The items in the drop down are now sorted alphabetically. Thanks @csehatt741!
- When using a model that doesn’t support reference images, they will be hidden. You can now Invoke without needing to disable them.
- When using a model that doesn’t support explicit width and height settings, they will be hidden.
Fixes
- Rare issue with HF tokens that could cause an error when downloading models from a protect HF repo immediately after setting the token in Invoke’s Model Manager.
- Fix an issue with float field precision in the Workflow editor.
- Fix an error
AttributeError: module 'cv2.ximgproc' has no attribute 'thinning'. Affected users should use the Launcher’s Repair Mode to get the fix, otherwise the error will persist. - Disable the color picker when using middle mouse to pan the Canvas.
- Minor issue related to gallery multi-select where the last-selected image didn’t show in the viewer.
- Prevent dragging and dropping a node field into the Workflow Builder if it has already been added once.
- Fix an issue where the last progress image for a Canvas generation would get stuck on the Viewer tab.
- Fix an issue where certain image loading errors in Canvas were not logged correctly.
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.4.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8447
- ci: add workflow to catch incorrect usage of git-lfs by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8452
- feat(ui): shuffle button on workflows by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8450
- docs: update quick start instructions & links by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8454
- feat(ui): do not sample alpha in Canvas color picker by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8448
- fix(ui): race condition when setting hf token and downloading model by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8456
- fix(ui): float input precision by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8455
- feat(app): vendor in
invisible-watermarkby @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8468 - fix(ui): disable color picker while middle-mouse panning canvas by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8475
- fix(ui): toggle bbox visiblity translation by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8476
- feat(ui): respect aspect ratio when resizing bbox on canvas by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8474
- feat(ui): remove input field from form button on node field by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8457
- fix(ui): respect direction of selection in Gallery by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8458
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8464
- chore: prep for v6.5.0rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8479
- feat(ui): bbox aspect ratio lock is always inverted by shift by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8477
- feat(ui): change board - sorting order of boards alphabetical by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8460
- Feat/same field multiple times added to form by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8480
- UI support for gemini 2.5 flash image by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8489
- update copy for API models without w/h controls by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8490
- fix(ui): progress image gets stuck on viewer when generating on canvas by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8483
- fix(ui): konva logging by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8493
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8485
- chore: prep for v6.5.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8492
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v6.4.0…v6.5.0
v6.4.0
This release includes a handful of fixes and enhancements.
Enhancements
Shout-out to @csehatt741 for knocking out some great QoL improvements. Thank you!
- Canvas Bbox visibility can be toggled with
shift+o. Thanks @csehatt741! - Nodes with execution errors are highlighted red. Thanks @csehatt741!
- Prevent a field from being added to Workflow Builder forms multiple times. Thanks @csehatt741!
- Support recall of CLIP Skip metadata. Thanks @csehatt741!
- Fixed some issues with model install paths.
- Tweaked state persistence strategy - now debounced to 300ms instead of throttled to 2000ms. This should reduce stutters while doing things like panning around the Canvas.
- SDXL Style prompts have been removed from the Generate, Canvas and Upscaling tabs. This rarely-used setting was unintuitive at best. You can still use it in Workflows, but we are removing this footgun from the linear UI tabs.
- Prompt and seed metadata may now be recalled on the Upscaling tab.
- The buttons to download potentially very large starter model bundles show a confirmation dialog before starting the download. Thanks @csehatt741!
- Merged layers are inserted in the right spot in the layers panel. Thanks @csehatt741!
- Added button to image context menu and viewer toolbar to locate an image in the gallery. The image’s board is selected and image scrolled to. Thanks @csehatt741!
- Support FLUX PEFT LoRAs with
base_model.modelkey prefix. - Improved VAE encode VRAM usage.
- Updated translations. Thanks @Harvester62!
Fixes
- Minor bug when concatenating Kontext ref images in latent space that could result in some images not being “seen”.
- Fit to Bbox functionality could result in the layer being sized correctly but positioned incorrectly when the bbox was not aligned to the 64px grid.
- Allow use of mouse in node title editable inputs.
Internal/Dev
- Fix AMD docker image build issue related to disk space. Thanks @heathen711!
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.3.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8397
- bugfix(container-builder) Use the mnt space instead of root space for docker images by @heathen711 in https://github.com/invoke-ai/InvokeAI/pull/8361
- feat(ui): add toggle for bbox with hotkey by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8385
- feat(ui): outline error nodes in red by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8398
- fix(ui): same field cannot be added to form multiple times in workflow editor by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8403
- feat(mm): improved VAE encode VRAM usage by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8414
- fix(mm): only add suffix to model paths when path is file by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8413
- feat(ui): debounce persistence instead of throttle by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8410
- fix(ui): upscaling prompt metadata by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8411
- fix(ui): input field error styling specificity by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8418
- feat(ui): add missing translation strings by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8412
- fix(mm): fail when model exists at path instead of finding unused new path by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8419
- Update NODES.md by @solkyoshiro in https://github.com/invoke-ai/InvokeAI/pull/8378
- chore: fix some comments by @jiangmencity in https://github.com/invoke-ai/InvokeAI/pull/7575
- feat(ui): remove SDXL style prompt from linear UI by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8417
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8404
- feat(ui)/clip skip by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8422
- feat(ui): confirmation before downloading starter bundle by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8427
- feat(ui): layer behaviour after merging by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8428
- feat(ui): locate in gallery image context menu by @csehatt741 in https://github.com/invoke-ai/InvokeAI/pull/8434
- tests: skip flaky MPS tests on CI by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8442
- fix(ui): update board totals when generation completes by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8424
- fix(ui): export NumericalParameterConfig type by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8436
- refactor: estimate working vae memory during encode/decode by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8438
- Support PEFT Loras with Base_Model.model prefix by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8433
- fix(ui): fit to bbox when bbox is not aligned to 64px grid by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8439
- fix(ui): prevent node drag when editing title by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8440
- chore: prep for v6.4.0rc2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8441
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8432
- git: move test LoRA to LFS by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8446
New Contributors
- @csehatt741 made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/8385
- @solkyoshiro made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/8378
- @jiangmencity made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/7575
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v6.3.0…v6.4.0
v6.3.0
This minor release includes a handful of fixes and enhancements.
Support for multiple reference images for FLUX Kontext
You may now use multiple ref images when using FLUX Kontext on the Generate, Canvas and Workflows tabs.
On the Generate and Canvas tabs, the images are concatenated in image-space before being encoded.
This is done using the new Flux Kontext Image Prep node, which you can use in Workflows. Use it to resize an image to one of Kontext’s preferred sizes. If multiple images are added to its collection, they are concatenated horizontally. Pass the output of this node into a single Kontext Conditioning node, and then pass its output into the Denoise node.
If, for some reason, you want to use latent-space concatenation, you can do it like this:
- Add a
Flux Kontext Image Prepfor each image- Pass each of those to its own
Kontext Conditioning- Collect the
Kontext Conditioningnodes- Pass the output collection to the Denoise node
The images will be concatenated in latent-space by the Denoise node. It will not resize the images to Kontext preferred dimensions. For best results, use the
Flux Kontext Image Prepnode, as described above, to prep your ref images.
Studio state is stored in the database
Studio state includes all generation settings, Canvas layers, Workflow editor state - in other words, everything that you lose when you click Reset Web UI. Studio state does not include models, images, boards, saved workflows, etc.
Previously, this data was stored in the web browser or Launcher’s built-in UI. In v6.3.0, it is stored in the database, allowing your Studio state to follow you across browsers and devices.
For example, let’s say you were working in Canvas from the Launcher’s UI. You need to switch computers, so you enable Server Mode in the launcher and open Invoke on the other computer.
Previously, your Studio would load up with default settings on the other computer. In v6.3.0, you will instead pick up right where you left off on the first computer.
On the first launch of Invoke after updating to v6.3.0, we will migrate Studio state stored in the browser to the database, so you shouldn’t lose anything.
Added setting to disable picklescan
Invoke uses picklescan to scan certain unsafe model types for malware during installation and loading.
Sometimes, picklescan is unable to scan models because their internal structure is broken. It is possible that these unscannable models will still work fine, and have no malware, but until now, there was no way to tell Invoke to ignore detections or scan errors.
You may now dangerously, unsafely opt-out of model scanning by adding this line to your invokeai.yaml config file:
# 😱 scary!unsafe_disable_picklescan: trueWe strongly suggest you do not disable picklescan. Disable it at your own risk.
Enhancements
- Support for multiple reference images for FLUX Kontext on Generate, Canvas and Workflows tabs. Ref images are concatenated in image space.
- New
Flux Kontext Image Prepnode. Use it to resize an image to one of Kontext’s preferred sizes. If multiple images are added to its collection, they are concatenated horizontally. - When Snap to Grid on Canvas is disabled, hold Ctrl/Cmd to temporarily enable course snapping. Hold Ctrl/Cmd+Shift to temporarily enable fine snapping. Thanks @Ar7ific1al !
- Update styling and layout for image comparison.
- Added visual indicator on node fields when they are added to the form. The field names are in blue with a small link icon.
- Added setting to disable
picklescan. - Added FLUX.1 Krea dev to starter models (full-fat and quantized).
- Added a not-broken anime upscaler model to starter models.
- Studio state is stored on the server.
- Add hotkey
shift+nto fit bbox to layers. It does the same thing as the button in the Canvas toolbar. - Add a button to the ref image display to use that image’s size for generation. This is useful for FLUX Kontext, where you often want to generate at the same/similar size as a reference image.
- Updated translations. Thanks @Harvester62 @Linos1391 !
Fixes
- Fix issue where model filenames with periods were not handled correctly.
- This fixes the error
DuplicateModelException: A model with path 'flux/main/FLUX.safetensors' is already installed.
- This fixes the error
- Fix issue where model installation required 2x the disk space the model actually needed. We now move - not copy - from download temp dir to final destination.
- Metadata not recorded for API model generations.
- Queue count badge not hidden when left panel is collapsed.
- Fix an issue where canceling a queue item didn’t clear its progress image.
- Fix an issue where viewer could briefly show the last-selected image between the last progress image being received, and its output image rendering.
- Add handling for a rare race condition where we get socket events for a queue item after it has completed.
- Add handling for a common race condition where queue status network requests complete after queue events optimistically update the counts, often resulting in a the little yellow queue count badge being incorrect.
- Fix an issue where intermediate images could trigger changes to gallery view.
- Progress image not hiding when a generation fails or is canceled, when gallery auto-switch is disabled.
- Awkward flash of incorrectly-sized image when starting image comparison.
- Fix an issue where gallery auto-scroll could not work during an image loading race condition.
- Prevent creating a new canvas while staging, which could bork your existing canvas session.
- Fix an issue where the
Reset Canvas Layersbutton also reset the bbox. - Hide
Reset Canvas Layersbutton when not on the canvas. - Fix visual overflow with very long board names.
Internal/Dev
- UI logging now includes the source code filename of the logger, making troubleshooting much easier for UI bugs.
- All redux state is modeled with zod schemas. Rehydrated state is validated against the schemas before it makes it into the browser, preventing some (very rare) errors.
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.2.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8334
- feat: server-side client state persistence by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8314
- build(ui): add vite plugin to add relative file path to logger context by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8344
- fix(ui): progress tracking fixes by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8345
- fix(ui): connect metadata to output node for ext api nodes by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8348
- fix(ui): queue count badge renders when left panel collapsed by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8350
- fix(ui): progress image does not hide on viewer with autoswitch disabled by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8349
- fix(app): handle model files with periods in their name by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8352
- fix(app): move (not copy) models from install tmpdir to destination by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8351
- build(ui): export loading component by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8356
- fix(ui): gallery slice rehydration error by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8354
- fix(docker) rocm 6.3 based image by @heathen711 in https://github.com/invoke-ai/InvokeAI/pull/8152
- feat: client state persistence updates by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8355
- Add temporary snapping while Snap to Grid is off by holding CTRL for 64px snap or CTRL+SHIFT for 8px snap by @Ar7ific1al in https://github.com/invoke-ai/InvokeAI/pull/8357
- feat: support multiple ref images for flux kontext by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8359
- feat(ui): zhoosh image comparison ui by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8364
- feat(ui): add visual indicator when input field is added to form by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8365
- refactor: client state again by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8363
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8362
- feat(ui): add migration path for client state from IndexedDB to server-backed storage by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8366
- chore: prep for v6.3.0rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8367
- fix(ui): add image name data attr to gallery placeholder image elements by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8369
- feat(ui): add missing translations by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8371
- feat(ui): support disabling roarr output styling via localstorage by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8370
- flux kontext multi-ref image improvements by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8386
- chore: bump version to v6.3.0rc2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8387
- multi-ref image support for flux kontext API by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8389
- fix graph building for flux kontext API multi-image prep by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8390
- feat(app): add setting to disable picklescan by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8396
- feat(ui): prevent creating new canvas when staging by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8394
- fix(ui): reset session button actions by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8393
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8368
- fix(ui): overflow w/ long board names by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8392
- Add reset bbox to canvas hotkey by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8388
- feat(mm): change anime upscaling model to one that doesn’t trigger picklescan by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8395
- feat(ui): add button to ref image to recall size & optimize for model by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8391
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v6.2.0…v6.3.0
v6.2.0
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 Allfunctionality, 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 InvocationNodeProvidererror 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
v6.1.0
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.
Restored Send to Gallery functionality
In Invoke v5, we had a toggle near the Invoke button that let you choose either Send to Gallery or Send to Canvas. Here’s what it looked like in v5:
Send to Gallery: Generations go directly to the Gallery. The Staging Area is bypassed completely. You can change settings, Invoke, change more settings, Invoke again, and so on, building up a large queue of generations.Send to Canvas: Generations go to the Canvas Staging Area. You cannot change some settings until you accept or discard all pending images.
This toggle was a major stumbling block for new users, causing a lot of confusion. It was removed in v6, replaced by a Save All Images to Gallery setting. This new setting didn’t work the same as Send to Gallery. Yes, it saved images to the Gallery, but it didn’t bypass the Staging Area - and Canvas would still be locked down.
We received a ton of feedback that the Send to Gallery mode enabled a critical workflow for many users. In v6.1.0, we are restoring that functionality with what we hope to be a less confusing UX.
The Canvas Save All Images to Gallery setting now replicates Send to Gallery mode. Generations queued up while the setting is enabled will bypass the Canvas Staging Area entirely. The Canvas isn’t locked down when you generate like this.
We renamed the setting to Save New Generations to Gallery to better describe what it does:
You’ll see an alert on Canvas when it is enabled:
Enhancements
- Added hotkey to star/unstar images (
.). You must be focused in the Gallery to use the hotkey. - Added button and hotkey (
shift+b) to fit the Canvas Bbox to visible Inpaint Masks, with padding to account for mask blur. - Added button and hotkey (
shift+v) to invert the selected Inpaint Mask layer. - Added auto-layout functionality to the Workflow Editor to reposition nodes based on a configurable graph layout algorithm. It’s in the bottom-left column of buttons. Thanks @skunkworxdark !
- When importing LoRAs, Invoke checks for an a metadata file and image alongside the LoRA. If present, we parse the metadata and copy the image in.
- Expose Tile Size, Tile Overlap and Tile Control model in Upscaling tab.
- Show related embeddings in prompt trigger menu.
- Update model picker styling.
- Style nodes when they have errors or warnings in workflow editor.
- Improved performance in workflow editor.
- Updated translations. Thanks @Linos1391 @Harvester62 @RyoK0220 @rikublock!
Fixes
- Ignore disabled ref images when determine if the user can click Invoke.
- Aspect ratios out of order.
- Error when uploading image with uppercase file extensions (e.g.
.JPGvs.jpg). - Prevent dragging on empty space in workspace tabs, which can bork the layout.
- Canvas Staging Area auto-switch could fail when too many images were in the list, plus other minor Staging Area jank.
- SDXL Negative Style Prompt not recorded in metadata.
- Unstyled error boundary screen.
- Rare error encountered during rehydration of UI state.
Internal/Dev
- Fix docker UI build.
- Updated manual install docs for v6. Thanks @JPPhoto!
- Export FLUX Conditioning classes from package. Thanks @JPPhoto!
- Upgraded many frontend packages.
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
- fix(ui): ignore disalbed ref images in readiness checks by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8274
- gh: update bug report template by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8278
- (fix) remove timeout from image prompt expansion by @ebr in https://github.com/invoke-ai/InvokeAI/pull/8281
- Updated docs for 6.0 by @JPPhoto in https://github.com/invoke-ai/InvokeAI/pull/8282
- fix(docker): switch to pnpm10.x by @ebr in https://github.com/invoke-ai/InvokeAI/pull/8287
- feat(ui): export apis & actions from package by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8291
- fix(ui): model picker styling by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8292
- fix(ui): aspect ratios out of order by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8290
- fix(ui): uppercase file extensions blocked for image upload by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8288
- feat(ui): canvas bypass / send-to-gallery functionality by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8279
- Export various Flux conditioning classes from the invocation API by @JPPhoto in https://github.com/invoke-ai/InvokeAI/pull/8294
- feat(ui):Upscaling Flexibility by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8158
- fix(ui): able to drag empty space in tab bar and detach panels by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8295
- fix(ui): Adds related model support to embeddings by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8184
- feat(ui): Expose tile size as advanced upscaling option. by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8271
- perf(ui): workflow editor by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8289
- chore: prep for v6.1.0rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8296
- chore(ui): upgrade packages by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8297
- fix(ui): negative style prompt not recorded in metadata by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8298
- chore(ui): prep for v6.1.0rc2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8304
- fix(ui): context menu on staging area images by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8311
- persist model picker compact/expanded state by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8305
- feat(ui): Adjust BBox to Inpaint Mask by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8307
- feat(ui): Invert Mask by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8309
- Add auto layout controls to node editor by @skunkworxdark in https://github.com/invoke-ai/InvokeAI/pull/8239
- fix(ui): return wrapped history in redux-remember unserialize by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8317
- Feat(ui): Import lora metadata from json by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8312
- Update nodes auto layout default spacing for snap to grid size by @skunkworxdark in https://github.com/invoke-ai/InvokeAI/pull/8318
- Fix nodes ui: Make nodes dot background to be the same as the snap to grid size and position by @skunkworxdark in https://github.com/invoke-ai/InvokeAI/pull/8316
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8094
- feat(ui): Add Star/Unstar Hotkey and fix hotkey translations by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8315
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v6.0.2…v6.1.0
v6.0.2
This patch release fixes drag-and-drop from the gallery.
Check out the v6.0.0 release notes if you haven’t already! It’s a big one.
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
- fix(ui): gallery dnd not working by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8272
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v6.0.1…v6.0.2
v6.0.1
This patch release fixes a number of bugs.
Check out the v6.0.0 release notes if you haven’t already! It’s a big one.
Changes
- Fix an issue that could result in images getting stuck as placeholders.
- Fix an issue where you could drag a panel tab and end up with stacked panels.
- Fix an issue w/ certain languages hard-crashing the UI.
- Render the staging area in a virtualized list to prevent slowdowns when many images are staged.
- Alter the request frequency and prefetching logic for gallery to reduce network requests during scrolling, but keep the same UX.
- Clearer error message when model probing fails.
- Do not attempt to download models when there isn’t enough disk space for them.
- Potential fix for rare UI state persistence issues.
- Introduce global, thread-safe locking for all DB operations. We hope that this will fix these errors:
-
sqlite3.InterfaceError: bad parameter or other API misuse
-
pydantic_core._pydantic_core.ValidationError: 1 validation error for GraphExecutionStateJSON input should be string, bytes or bytearray [type=json_type, input_value=None, input_type=NoneType]For further information visit https://errors.pydantic.dev/2.11/v/json_type
-
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
- v6 followups 3 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8246
- dont reset canvas if studio is loaded with canvas destination by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8252
- feat(ui): virtualized list for staging area by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8250
- feat(app): db abstraction to prevent threading conflicts by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8247
- fix(ui): runtime errors related to calling reduce on array iterator by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8257
- chore: prep for v6.0.1rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8259
- fix(ui): language file filenames by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8261
- build(ui): downgrade idb-keyval by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8262
- feat(app): better error message for failed model probe by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8263
- fix(Model Manager): refuse to download a file when there’s insufficient space by @keturn in https://github.com/invoke-ai/InvokeAI/pull/8268
- chore: prep for v6.0.1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8266
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v6.0.0…v6.0.1
v6.0.0
Invoke’s next major release, 6.0, brings many new features plus an improved UI and user experience.
Core UI Enhancements
We’ve retired the 5.0 layout and introduced the foundations for a task-specific, flexible, and persistent interface. It should still feel very familiar!
-
Launchpads for Guided Experience: New to a feature? The Generate, Upscale, Workflow, and Model tabs now feature “Launchpads” to guide you through getting started.
-
Customizable Layout: Drag, drop, and resize panels to create the workspace that works for you on each tab. Your custom layout, including your last panel used, is saved automatically, and we have plans to expand customization options in the future for power users.
-
Reference Image Prompt Zone: Updated and intuitive global reference image management, now in the left-hand settings panel.
-
Improved Performance: Tabs now load on demand, resulting in a faster and more responsive experience within each tab.
-
The Infinite Scroll is back, and now shows all images at once in a single grid. We anticipate that the loss of pagination please some, and anger others. We’re considering and evaluating ways we can solve for the problem of simple chunk-based navigation here — Share feedback as you use it!
Enhanced Canvas Experience
The Canvas has been enhanced further to continue to serve as a powerhouse for artists and creators, with a host of new features and workflow improvements.
-
Rule of Thirds Guide: Enable a composition guide to help frame your creations. Enabled in Canvas settings.
-
Bounding Box to Reference Image: Instantly create a new reference image from the contents of the bounding box, using the button next to the Reference image drop zone.
-
New “Edit” button in image viewer, creating a new canvas with the selected image.
-
New “Control Layer Resized” drop zone for adding an automatically optimized control layer to an existing canvas.
-
Overlay Control - Toggle the visibility of all non-raster layers (like Control Layers and Inpaint Masks) with a single click or the Shift+H hotkey.
-
Improved staging toolbar and navigation, with preview image controls available directly on the toolbar.
-
Save All Canvas Generations: A new option allows you to automatically save every image generated on the canvas to your gallery. Available in the Canvas settings.
-
Export Canvas to PSD (Photoshop) - Accessed in the Raster Layers header) - You can now directly export your canvas, with all raster layers intact, to a .psd file for seamless integration with Adobe Photoshop and other compatible image editors.
Other Features and Improvements
-
Full UI integration for FLUX Kontext Dev, allowing you to guide generations with a reference image. This includes support for the dev and quantized (gguf) variants. (Note: No support currently for fp8)
-
LoRA Picker Overhaul: The LoRA list now uses the new model picker, automatically filtering for LoRAs compatible with your selected base model, with the option to display preview images and related models configured within the Model Manager.
-
OMI LoRA Support and additional AI Toolkit LoRA support for FLUX.
-
Countless bug fixes, enhancements and performance improvements.
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 pytorch, users on older GPUs (2XXX series) will likely run into issues with installing/updating. We are still evaluating how we can support older GPUs as torch updates are released within the installer, but in the meantime users have found success manually downgrading torch. Head 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
- fix names of unpublishable nodes by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8110
- fix(nodes): ensure each invocation overrides _original_model_fields with own field data by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8114
- Change save button to Invoke Blue by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8116
- Omi by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/8120
- Flux Kontext UI support by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8111
- feat: add user_label to FieldIdentifier by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8126
- fix 1:1 ratio for flux kontext by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8127
- Jazzhaiku/vendor omi by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/8128
- refactor(ui): canvas flow by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8069
- fix(ui): regional guidance ref image not selecting by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8129
- convert LoRA picker to use new model picker component by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8070
- fix(ui): Fix LoRA picker to default to current base model architecture by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8135
- Add hotkey and button for layer visibility by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8122
- Updated Model Launchpad by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8124
- Improve prompt template menu by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8131
- Rule of 3rds Composition Guide by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8130
- fix(ui): Waiting for Image UX by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8133
- feat(ui): Add FLUX Kontext conditioning support for reference images by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8134
- Update flux_text_encoder.py with log_tokenization in a similar way to how compel does it. by @skunkworxdark in https://github.com/invoke-ai/InvokeAI/pull/8144
- fix(ui): prevent NaN from getting into konva internals by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8138
- feat(ui): workflows styling tweaks by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8137
- Update flux_denoise.py by @JPPhoto in https://github.com/invoke-ai/InvokeAI/pull/8143
- feat(ui): run graph abstraction by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8146
- Fixed a typo by @DustyShoe in https://github.com/invoke-ai/InvokeAI/pull/8153
- fix(app): prep of collect nodes can create invalid edges by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8154
- refactor(ui): enqueue/graph-building meta-logic by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8155
- feat(ui):Export to PSD by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8147
- fix(ui): Fix related models in new model picker. by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8151
- fix(ui): Upscale creativity bug by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8157
- feat(ui):Workflow and upscale launchpads by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8159
- fix(ui):On Edit/View workflow buttons, navigate to the right panel. by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8160
- fix(ui): Updating styling to include Launchpad Icon & remove Canvas progress bar by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8161
- Image Viewer Toolbar Updates by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8162
- refactor(ui): focus/hotkey handling for new layout by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8156
- chore: bump version to v6.0.0rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8164
- fix(ui): really do not load disabled tabs by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8163
- Fix regional guidance tooltip reference by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8167
- handle flux-kontext reference images when switching bases by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8169
- add modelRelationships and aboutModal to disable-able features by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8166
- fix(api): exception handling in session queue by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8179
- fix(ui): button functionality in workflow tab by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8168
- fix(ui):Remove Canvas Session button by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8170
- feat(ui):Automatically select brush tool on edit by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8171
- feat(ui): prompt expansion by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8140
- fix(ui): Fix translation reference in models picker by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8173
- fix(ui): Fix save to gallery image update issue from staging area. by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8174
- feat(ui):Add toggle for reference image visibility by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8176
- remove pulsing animation by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8181
- properly build batch for flux kontext api batches by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8182
- disable dropzone if prompt expansion is disabled by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8186
- Update flux.py - change T5Tokenizer to T5TokenizerFast by @skunkworxdark in https://github.com/invoke-ai/InvokeAI/pull/8180
- fix(ui): Reset canvas session when queue item is canceled by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8175
- fix(ui): Fix brush layer positioning in PSD export by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8183
- fix(ui): Re-implement image comparison on drag by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8185
- fix(ui): Fix gallery toggle button functionality by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8187
- fix(ui): control layers ignored in txt2img by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8189
- fix(ui): after canceling a filter, layer loses its content by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8190
- chore: bump version to v6.0.0rc2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8178
- fix(ui): sets cfg_rescale_multiplier to 0 if there is no default. Also fixes issue with truthiness check causing 0 value to be missed. by @jeremygooch in https://github.com/invoke-ai/InvokeAI/pull/8195
- feat(ui): enable RTK Query’s refetchOnReconnect by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8193
- fix(ui): hardcode literals for run graph errors by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8198
- perf(ui): lora components by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8197
- refactor(ui): navigation API by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8199
- refactor(ui): metadata parsing by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8200
- Nav fixes by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8201
- fix(ui): Kontext tiling bug by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8192
- flux kontext dev in UI by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8188
- chore: bump version to v6.0.0rc3 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8196
- tidy(ui): lint & bump by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8207
- ui: v6 followups by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8211
- chore: bump version to v6.0.0rc4 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8212
- add claude nodes to blacklist for publishing by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8216
- restore send-to-canvas functionality by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8219
- fix(ui): Fix SDXL Prompt Recall & Ref Image Recall Error by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8218
- update toast for prompt expansion failed by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8221
- feat(ui): Add save all staging images setting by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8210
- fix(ui): launchapd overflows on small screens by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8222
- refactor: use cancel instead of delete for queue items by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8225
- fix(ui): Fixes Control Layer Resizing Logic for new DND entity by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8223
- fix(ui): remove ref image from upscale by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8224
- fix(ui): Update support links to playlists by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8215
- feat(ui): panel state persistence by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8213
- feat(ui): Adds bbox to ref image button on Canvas by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8209
- fix: resolve FastAPI deprecation warning for example fields by @emmanuel-ferdman in https://github.com/invoke-ai/InvokeAI/pull/8203
- fix(ui): queue tab list of queue items by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8226
- feat(ui): selected item in model picker styling by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8228
- fix(ui): prevent getting stuck on tab loading screen by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8229
- remove hard-coded flux kontext dev guidance by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8230
- chore: bump version to v6.0.0rc5 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8227
- fix(ui): dont show option to add new layer from if on generate tab by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8231
- if on generate tab, recall dimensions instead of bbox by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8233
- fix flux kontext error by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8235
- update whats new for v6 by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8234
- feat(ui): Add default value option for canvas switch settings by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8236
- fix(ui): Adds Kontext Dev Quantized variant to the UI. by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8238
- chore: bump version v6.0.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8240
New Contributors
- @DustyShoe made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/8153
- @jeremygooch made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/8195
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.15.0…v6.0.0
v5.15.0
Changes
- Support for AI Toolkit FLUX LoRAs. Thanks @keturn!
- Fixed
AttributeError: module 'cv2.ximgproc' has no attribute 'thinning'error, which could occur when using Control Layers. - Added SDXL IP Adapter Plus to starter models.
- Gallery search supports image creation dates. Thanks @dunkeroni!
- Improved JSON formatting. Thanks @j-brooke!
- Fixed (hopefully) a rare
ValidationErrorduring generation/dequeuing, as seen in #7950. - Support for CUDA devices in slots 2 and above. Thanks @heathen711!
- Internal: Use
warninginstead ofwarn, fixing deprecation message. Thanks @emmanuel-ferdman! - Improved memory usage behaviour, reducing peak RAM usage due to memory fragmentation.
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.
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
- Make image creation dates searchable in the gallery by @dunkeroni in https://github.com/invoke-ai/InvokeAI/pull/8089
- Add Precise Reference to SDXL Starter Models by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8088
- fix: opencv dependency conflict by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8095
- disable publish and cancel buttons once it begins by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8097
- fix(app): error on upload + resize for unusual image modes by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8096
- perf(app): reduce peak memory usage by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8090
- Migrate to modern logger interface by @emmanuel-ferdman in https://github.com/invoke-ai/InvokeAI/pull/8100
- fix(app): guard against possible race conditions during enqueue by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8098
- Updated fracturedjsonjs to version 4.1.0 for friendlier comma placement by @j-brooke in https://github.com/invoke-ai/InvokeAI/pull/8106
- feat(LoRA): support AI Toolkit LoRA for FLUX by @keturn in https://github.com/invoke-ai/InvokeAI/pull/8071
- chore: prep for v5.15.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8104
- Update supported cuda slot input. by @heathen711 in https://github.com/invoke-ai/InvokeAI/pull/8107
New Contributors
- @j-brooke made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/8106
- @heathen711 made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/8107
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.14.0…v5.15.0
v5.14.0
Changes
- Fix error when using inpainting models. Thanks @dunkeroni!
- Fix issue where Canvas didn’t fit layers to the viewport correctly.
- When fitting layers, Canvas animates the transition to the new zoom and scale to make it less jarring.
- During internal Canvas operations like compositing, a small spinner renders in the bottom-right corner of the Canvas to indicate that it is indeed doing something.
- Updated translations. Thanks @Harvester62 @RyoK0220 @hironow!
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.
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
- Fix: Create Gradient Mask errors when using inpaint model by @dunkeroni in https://github.com/invoke-ai/InvokeAI/pull/8082
- feat(ui): canvas stage, zoom, and fit improvements by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8085
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8080
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8086
- chore: bump version to v5.14.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8087
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.13.0…v5.14.0