Releases
v5.13.0
This release adds advanced Inpainting mask controls and a selection of other minor enhancements.
Changes
- Canvas Inpaint Masks have additional per-mask settings. Enable them via right-click menu on the mask layer. Thanks @dunkeroni for working on these very useful features!
Noise Leveladds image-space noise to the masked region before it is denoised. This can add natural variation and detail to the region. The added noise is generated using the global seed parameter as the RNG seed.Denoise Limitcaps the amount of denoising done on the masked region. You can inpaint multiple regions of the image simultaneously, but with different amounts of variation. This greatly simplifies a workflow where you want to make variations on an image, but want different parts of the image to vary more or less.
- When selecting aspect ratios, give special handling to SDXL’s trained sizes to reduce artifacts. Thanks @dunkeroni!
- Improved Canvas scroll-to-zoom handling, including smoother scaling on touchpads and snapping to common zoom levels.
- Added button to pull the bbox content into an empty Control Layer.
- Added ability to delete all images from the Uncategorized board via button in its right-click menu.
- Prompt boxes remember their size.
- Support installing HF repo subfolders via Model Manager’s HuggingFace tab.
- Faster Heuristic Resize algorithm, used in
New Layer from Image (Resize)functionality. - Allow LoRA patcher to skip unknown layers instead of erroring. Thanks @keturn!
- Log a warning when a node has an unregistered output class.
- Updated Compel to get better handling for long prompts.
- Updated translations.
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
- Update manual installation for v5.12.0 by @JPPhoto in https://github.com/invoke-ai/InvokeAI/pull/8036
- fix(backend) add new method types to metadata by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8037
- Update scaling math to land on 100% consistently. by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8043
- Fix: Don’t auto-scale away from SDXL training sizes by @dunkeroni in https://github.com/invoke-ai/InvokeAI/pull/8042
- Enable ‘pull into bounding box’ from empty Control Layer by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8045
- Complex Inpaint Masks by @dunkeroni in https://github.com/invoke-ai/InvokeAI/pull/8035
- Update Compel to 2.1.1 and apply Sentences Split logic by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8026
- feat(ui): revised canvas scale snapping by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8050
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8040
- chore: prep for v5.13.0rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8049
- build: test and fix pyproject classifiers by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8051
- gh: update CODEOWNERS by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8052
- Update communityNodes.md by @JPPhoto in https://github.com/invoke-ai/InvokeAI/pull/8055
- feat(nodes): faster heuristic resize, support resizing on upload, use it in canvas by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8057
- use onClickGoToModelManager for empty model picker by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8060
- Fix: “Preserve Masked Region” for new mask compositing by @dunkeroni in https://github.com/invoke-ai/InvokeAI/pull/8065
- feat(ui): persist prompt box sizes by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8061
- feat(LoRA): allow LoRA layer patcher to continue past unknown layers by @keturn in https://github.com/invoke-ai/InvokeAI/pull/8059
- feat(ui): delete all uncategorized images by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8063
- feat(ui): warn on unregistered invocation output by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8056
- chore: bump version to v5.13.0rc2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8066
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8058
- (Fix)(app) Delay Imports that require torch for app launch by @mickr777 in https://github.com/invoke-ai/InvokeAI/pull/8067
- chore: bump version to v5.13.0rc3 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8068
- chore: prep for v5.13.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8075
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8073
- fix(mm): handle invoke syntax for HF repo ids when fetching HF model metadata by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8078
- chore(ui): update whatsnew by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8079
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.12.0…v5.13.0
v5.12.0
This release includes support for Nvidia 50xx GPUs, a way to relate models (e.g. LoRAs with a specific main model), new IP Adapter methods and other smaller changes..
Changes
- Bumped PyTorch dependency to v2.7.0, which means Invoke now supports Nvidia 50xx GPUs.
- New model relationship feature. In the model manager tab, you may “link” two models. At this time, the primary intended use case is to link LoRAs to main models. When you have the main model selected, the linked LoRAs will be at the top of the LoRA list. Thanks @xiaden!
- New IP Adapter methods
Style (Strong)andStyle (Precise). The previous style method is renamed toStyle (Simple). Thanks @cubiq! - Fixed GGUF quantization on MPS. Thanks @Vargol!
- Updated translations. Thanks @Harvester62 @rikublock @Linos1391 @RyoK0220!
- Internal: Invocation model changes, which aim to reduce occurrences of
ValidationErrorerrors. - Internal: Addressed pydantic deprecation warning.
- Internal: Re-enabled new model classification API with safeguards.
🚨 Stricter Rules for Nodes, including Custom Nodes
This section is for node authors, whose nodes may be affected by the stricter rules.
Default values for node fields are now validated as the app starts up.
For example, this node defines my_image as an ImageField, but it provides a default value of None, which is not a valid ImageField:
@invocation("my_invocation")class MyInvocation(BaseInvocation): my_image: ImageField = InputField(default=None)
def invoke(self, context: InvocationContext) -> ImageOutput: ...This node will error on app startup:
# 😱 Error on startup!InvalidFieldError: Default value for field "my_image" on invocation "my_invocation" is invalid, 1 validation error for MyInvocationmy_image Input should be a valid dictionary or instance of ImageField [type=model_type, input_value=None, input_type=NoneType]There are two ways to fix this, depending on the node author’s intention.
1. If the field is truly optional, update the type annotation.
Using the example invocation from above, make the type annotation for my_image a union with None:
@invocation("my_invocation")class MyInvocation(BaseInvocation): my_image: ImageField | None = InputField(default=None)
def invoke(self, context: InvocationContext) -> ImageOutput: ...
ImageField | Noneis equivalent toOptional[ImageField]. Either works.
2. If the field is not optional, remove the default or provide a valid default value.
Using the example invocation from above, simply remove default=None:
@invocation("my_invocation")class MyInvocation(BaseInvocation): my_image: ImageField = InputField()
def invoke(self, context: InvocationContext) -> ImageOutput: ...This node has an integer field that must be greater than 10, but the provided default value of 5. This will error:
@invocation("my_other_invocation")class MyOtherInvocation(BaseInvocation): my_number: int = InputField(default=5, gt=10)
def invoke(self, context: InvocationContext) -> IntegerOutput: ...Either remove the default, or provide a default value greater than 10.
Installing and Updating
The new 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(nodes): pydantic field type massaging improvements by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7984
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/7938
- Jazzhaiku/stats by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/8006
- feat(ui): model relationship management by @xiaden in https://github.com/invoke-ai/InvokeAI/pull/7963
- Add to overload for GGMLTensor, so calling to on the model moves the quantized data. by @Vargol in https://github.com/invoke-ai/InvokeAI/pull/7949
- fix(app): address pydantic deprecation warning for accessing
BaseModel.model_fieldsby @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8012 - chore: bump torch to 2.7.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8013
- Expanded IP Adapter modes. by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/8011
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8015
- chore: prep for v5.12.0rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8014
- fix(ui): only use client-side uploads if more than one image by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8016
- fix(nodes): better defaults parsing and error handling by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8018
- Re-enable classification API as fallback by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/8007
- chore: prep for v5.12.0rc2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8021
- update chatGPT-4o restriction to only apply to high quality by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8027
- fix(nodes): transformers bug with SAM by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8030
- gh: update CODEOWNERS by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8033
- fix: improve gguf performance with torch.compile by @keturn in https://github.com/invoke-ai/InvokeAI/pull/8031
- feat(ui): Adds Imagen4 scaffold support by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8032
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/8020
- chore: prep for v5.12.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8034
New Contributors
- @xiaden made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/7963
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.11.0…v5.12.0
v5.11.0
This release’s largest change is a new and improved model drop-down component.
🚨 Achtung! 🚨
If you already updated to v5.10.0, you can skip this section. If you are on v5.9.1 or older, please review this section before updating.
There are important installation notes to be aware of in this release, which includes major updates to Invoke’s core components.
-
You must use the latest installer/launcher (v1.5.0). If you’re using an older launcher version, the update may fail.
To fix this, download the latest installer/launcher from https://invoke.com/downloads.
-
If the installation fails, use repair mode to fix it.
The installation may fail due to Python environment conflicts with log messages like those in this screenshot.
To fix this, retry the installation with repair mode enabled, which will reinstall the bundled Python and resolve most installation issues.
Enable repair mode by ticking this checkbox on the Review step of the install, then click Install.
-
Form Builder reset on first launch.
When you start Invoke for the first time after updating to v5.10.0, your Form Builder will be reset, losing any unsaved changes.
Before updating, save your current workflow. After updating, re-load it manually.
Changes
- New model drop-down component, aiming to improve the user experience with selecting models. It’s currently enabled only for the main model drop-down.
- Added button to reset an existing HF token to the Model Manager tab.
- Support for FLUX LoRAs trained in
invoke-training. - Nodes that output images, including nodes that output image collections, should always update the gallery.
- Fixed issue where drag-and-drop didn’t scroll when used in a scrollable container (for example, when you have a lot of layers or form builder elements).
- Internal: Updated frontend dependencies.
- Internal: Optional
output_metafield added toBaseInvocationOutput. This field is not currently exposed in the Workflow Editor. In the future, it may be exposed to facilitate attaching additional metadata to invocation outputs. - Internal: Support code for a generation via Imagen3/ChatGPT 4o. These API models are currently unavailable in the Community Edition, but we may be able to change that in the future.
Installing and Updating
The new 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
- feat(ui): new model picker combobox by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7904
- fix(ui): dnd autoscroll in scrollable containers by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7955
- feat(ui): add all image outputs to gallery (including collections) by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7957
- chore(ui): bump deps by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7956
- chore: prep for v5.11.0rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7966
- add optional output_metadata to baseinvocation by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7958
- feat: support for commercial imagen3 node by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7967
- add gpt-image to possible base model types by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7970
- fix(ui): toast typo by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7971
- change base model for chatGPT 4o by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7972
- Maryhipp/chatgpt UI by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7969
- docs: fix Contribute node import error by @ubansi in https://github.com/invoke-ai/InvokeAI/pull/7968
- feat(ui): chatgpt ref images & img2img by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7974
- send the list of reference images reversed to chatGPT so it matches displayed order by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7978
- feat(ui): ability to disable generating with API models by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7979
- feat(ui): iterate on combobox component, model picker by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7975
- feat(ui): show unsupported gen mode toasts as warnings intead of errors by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7982
- fix(ui): always add selectModelsTab hotkey data to prevent unhandled exception while registering the hotkey handler by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7981
- add prompt validation of at least one character to imagen3 graph by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7983
- fix: deprecation warning in get_iso_timestamp by @blessedcoolant in https://github.com/invoke-ai/InvokeAI/pull/7953
- feat: UI to reset HF token by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7988
- chore: prep for v5.11.0rc2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7990
- Implementing support for Non-Standard LoRA Format by @hipsterusername in https://github.com/invoke-ai/InvokeAI/pull/7985
- display credit column in queue list if shouldShowCredits is true by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7991
- add credits to queue item status changed by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7993
- feat: support usage_info, chatgpt/imagen3 model fields by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7994
- Change feature to disable
apiModelstochatGPT4oModelsonly by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7996 - use the max for iterations passed in by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7998
- refetch queue list on mount by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7999
- easier way to override Whats New by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8000
- feat(ui): custom error toast support by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/8001
- feat(nodes): support bottleneck flag for nodes by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/8003
- chore: prep for v5.11.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7995
New Contributors
- @ubansi made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/7968
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.10.1…v5.11.0
v5.10.1
🚨 Achtung! 🚨
If you already updated to v5.10.0, you can skip this section. If you are on v5.9.1 or older, please review this section before updating.
There are important installation notes to be aware of in this release, which includes major updates to Invoke’s core components.
-
You must use the latest installer/launcher (v1.5.0). If you’re using an older launcher version, the update may fail.
To fix this, download the latest installer/launcher from https://invoke.com/downloads.
-
If the installation fails, use repair mode to fix it.
The installation may fail due to Python environment conflicts with log messages like those in this screenshot.
To fix this, retry the installation with repair mode enabled, which will reinstall the bundled Python and resolve most installation issues.
Enable repair mode by ticking this checkbox on the Review step of the install, then click Install.
-
Form Builder reset on first launch.
When you start Invoke for the first time after updating to v5.10.0, your Form Builder will be reset, losing any unsaved changes.
Before updating, save your current workflow. After updating, re-load it manually.
Changes
- Support partial loading for LLaVA and SigLIP (FLUX Redux) models, reducing VRAM requirements for users with Nvidia GPUs.
- Reduce peak CPU RAM usage during initial load of LLaVA and SigLIP models. This allows users with at least 24GB CPU RAM to run the LLaVA 7B model without crashing during load. With partial loading now working for the model, most users should be able to run the model - though it can take a few minutes if you don’t have a GPU with 24GB VRAM.
- Revert a recent change to model installation, which could result in some models being misidentified as LoRAs.
- The data viewer component, used to display JSON (e.g. metadata, workflows, node outputs) now wraps lines.
Installing and Updating
The new 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
- feat(ui): wrap JSON in dataviewer by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7930
- fix(mm): partial loading for LLaVA and SigLIP models, hard crash on initial load by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7929
- fix(mm): disable new model probe API by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7940
- chore: bump version to v5.10.1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7941
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.10.0…v5.10.1
v5.10.0
This release focuses on internal improvements with a number of enhancements and fixes.
The biggest enhancement is support for CogView4, a permissively-licensed model that is fairly close to FLUX in terms of quality.
🚨 Achtung! 🚨
There are important installation notes to be aware of in this release, which includes major updates to Invoke’s core components.
-
You must use the latest installer/launcher (v1.5.0). If you’re using an older launcher version, the update may fail.
To fix this, download the latest installer/launcher from https://invoke.com/downloads.
-
If the installation fails, use repair mode to fix it.
The installation may fail due to Python environment conflicts with log messages like those in this screenshot.
To fix this, retry the installation with repair mode enabled, which will reinstall the bundled Python and resolve most installation issues.
Enable repair mode by ticking this checkbox on the Review step of the install, then click Install.
-
Form Builder reset on first launch.
When you start Invoke for the first time after updating to v5.10.0, your Form Builder will be reset, losing any unsaved changes.
Before updating, save your current workflow. After updating, re-load it manually.
Python 3.12 & PyTorch 2.6.0 support
Invoke now supports Python 3.12 and PyTorch 2.6.0. Many major dependencies have also be bumped to their latest version.
Changes
Enhancements
- Support for CogView4 in Canvas and Workflows. Like FLUX, it works best with detailed, narrative prompts. You can download the model from the Starter Models tab in the Model Manager. It’s pretty chunky at ~30GB overall, with similar hardware requirements to FLUX.
- Save Canvas/Bbox to Gallery buttons now save basic metadata with the image (prompts, model, seed).
- Models now have their file sizes recorded and displayed in the Model Manager. Thanks @keturn!
- New capabilities for FLUX Redux to control how much influences the generation. On Canvas, this is controlled by the new Image Influence setting for both Global and Regional Reference Images. There are more controls in Workflows. Thanks @skunkworxdark!
- Added nodes to convert metadata into collection types. Thanks @skunkworxdark!
- Improved undo/redo on Workflows.
- Updated docs. Thanks @chantellmocha!
- Updated translations. Thanks @rikublock @Harvester62 @Linos1391 @RyoK0220!
Fixes
- Fixed error when loading workflows that has invalid edges. This can occur if an installation is missing a custom node.
- When left/right arrow keys are pressed while focused on a tab UI element, do not switch between images.
- Restored missing “Using torch device” message that should display on startup.
- ONNX models (e.g. DW OpenPose) now have their sizes calculated correctly. This fixes an issue where these models didn’t work fully with the model manager.
- Fixed issue where the Canvas Color Picker didn’t grab alpha values correctly.
- Fixed Canvas layer drop indicator line color (was bright red).
- Send to Canvas image actions now work when Canvas is uninitialized. For example, if the UI loads on the Workflows tab and the user has not yet clicked the Canvas tab, the Canvas will not be initialized.
- Increased padding when fitting layers to canvas to prevent the floating tool panel and other buttons from covering up the edges of the layers.
- Fixed issue where, after a Canvas reset, if no prompt is entered, generating will re-use the prompt that was last used before the reset.
- Fixed issue where some network queries weren’t reset correctly. This could have caused a minor memory leak.
Internal
- Support for python 3.12. This necessitates the use of repair mode during installation, as described in the 🚨 callout above.
- Bump many dependencies to latest, including torch.
- Remove many unused dependencies.
- Remove legacy scripts from the codebase.
- Ported LoRA model configs to the new classification API. This is an internal change.
- Merged workflow Form Builder and Node Editor state and logic. Undo/redo on the Workflows tab now works for both Node Editor and the Form Builder, and the way actions are grouped in the undo/redo history is improved. This causes the loss of Form Builder state on first run, as described in the 🚨 callout above. Unfortunately, there’s no way to prevent this data loss without significant effort.
Installing and Updating
The new 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
- refactor(nodes): invocation registration logic by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7826
- fix(ui): GET presigned URLs directly instead of trying to use redirects by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7866
- Port LoRA to new classification API by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/7849
- Change
timmandcontrolnet-auxpins to fix LLaVA model support by @ebr in https://github.com/invoke-ai/InvokeAI/pull/7846 - fix(ui): error loading workflows by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7870
- fix(ui): do not switch between images when focused on a tab element by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7865
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/7841
- feat: workflow publishing ui by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7871
- gh: update codeowners by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7878
- feat: workflow publish followups by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7876
- Update manual.md by @chantellmocha in https://github.com/invoke-ai/InvokeAI/pull/7874
- chore: support python 3.12, torch 2.6.0, clean up build/deps by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7873
- fix(ui): fix badge for validation run by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7882
- Fix docker build and re-add missing dependency by @ebr in https://github.com/invoke-ai/InvokeAI/pull/7884
- feat(app): restore “Using torch device” message on startup by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7888
- docs: remove legacy scripts refs by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7889
- feat(mm): support size calculation for onnx models by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7880
- refactor(ui): workflow unsaved changes/published state tracking by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7891
- (ui): more publishing follow-ups by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7895
- refactor(ui): merge nodes & workflow slices by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7892
- fix(ui): normalize alpha value to 0-1 when picking color on canvas by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7896
- Update flux_redux.py with downsampling and weight options by @skunkworxdark in https://github.com/invoke-ai/InvokeAI/pull/7875
- chore: prep for v5.10.0a1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7898
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/7879
- feat(ui): save canvas/bbox to gallery saves basic metadata by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7900
- feat(ui): safer use of drawImage by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7902
- fix(ui): canvas dnd drop indicator color by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7903
- feat(ui): allow send-image-to-canvas to work when canvas is uninitialized by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7905
- feat: display model storage size by @keturn in https://github.com/invoke-ai/InvokeAI/pull/7877
- Add CogView4 model support by @RyanJDick in https://github.com/invoke-ai/InvokeAI/pull/7770
- ci: add check for
uvlockfile consistency withpyproject.tomlby @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7912 - feat: publish misc by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7907
- Add uv lock check to git pre-commit by @ebr in https://github.com/invoke-ai/InvokeAI/pull/7916
- fix(ui): increase padding when fitting layers to stage by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7913
- Update metadata_linked.py with conversion to primitive collections. by @skunkworxdark in https://github.com/invoke-ai/InvokeAI/pull/7915
- chore: prep for v5.10.0rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7917
- fix(app): remove accidentally committed tensor cache size by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7924
- docs: update pytorch indices by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7919
- fix(ui): ensure dynamic prompts updates on any change to any dependent state by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7920
- fix(ui): ensure query subs are reset in case of error by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7921
- fix(ui): canvas entity type disabled logic by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7927
- fix(ui): scrolling in builder by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7922
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/7906
- chore: prep for v5.10.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7928
New Contributors
- @chantellmocha made their first contribution in https://github.com/invoke-ai/InvokeAI/pull/7874
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.9.1…v5.10.0
v5.9.1
This release includes bugfixes and internal changes.
Changes
- Enhancement: Disable the denoising strength slider for FLUX Fill, which ignores the strength parameter.
- Fix: Error when mask blur is set to 0.
- Fix: Issue with inpaint/outpainting where the output images were not masked correctly, causing what should be transparent areas (i.e. alpha 0/255) to be very slightly not-transparent (i.e. alpha 1/255). This threw off layer bounds calculations and caused gradual degradation across repeated inpainting/outpainting operations in unmasked areas.
- Fix: Error when installing certain FLUX finetunes.
- Internal: Continued iteration on model manager’s internal API.
- Internal: CI workflows now use
uv, dropped nonfunctional CUDA/ROCm workflows (we only have CPU runners anyways).
Installing and Updating
The new 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(nodes): handle zero fade size (i.e. mask blur 0) by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7852
- Small improvements by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/7842
- feat(ui, api): support for bulk client-side uploads by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7851
- ci: streamline workflows by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7739
- fix(nodes): expanded masks not 100% transparent outside the fade out region by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7854
- feat(ui): disable denoising strength when selected models flux fill by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7858
- fix(mm): flux variant probing by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7862
- chore: prep for v5.9.1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7863
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.9.0…v5.9.1
v5.9.0
This release adds FLUX Fill support in Workflows and Canvas, beta support for the LLaVA OneVision VLLM family of models, and a selection of minor fixes and enhancements.
FLUX Fill
FLUX Fill provides high quality inpainting and outpainting, improving on these tasks over the other FLUX models. It’s a “main” model, like FLUX dev or schnell.
To use it, download it from Starter Models and then select it from the main model drop-down on Canvas. It’s not compatible* with Text to Image or Image to Image - you’ll get an error if you try to Invoke without an inpaint mask or some empty regions in your bbox.
*Technically, it can do Text to Image and Image to Image - but the quality is very poor. We’ve opted to disallow this on Canvas.
LLaVA OneVision VLLM
This multimodal model generates text from text, image and/or video* inputs. You can use it to generate prompts and and describe images. You can use it in Workflows with the LLaVA OneVision VLLM node.
The 0.5B variant of the model is available for download from Starter Models.
*Invoke does not support video inputs.
Other Changes
- Support for custom string field drop-downs in Workflow Builder. Add a node’s string field to the Builder and choose the dropdown component to see it in action.
- The About modal now shows the app’s runtime settings. It includes a list of explicitly-set settings (i.e. the contents of
invokeai.yaml), so it is possible to see what runtime settings are app defaults and which are user-defined. - Improved UX for missing or unexpected fields in Workflows.
- De-wonkified LoRA node names (they got wonkified in v5.8.0).
- Better error messages when scanning models with
picklescan. - Fixed issue where shift-clicking to draw on Canvas ignored
Clip to Bboxsetting. - Fixed issue with Image Viewer where the image could overflow the viewer.
- Fixed overflow with looooong node titles.
- Fixed a minor visual bug in string generator nodes.
- Internal: First iteration of improved model probing API.
- Internal: Improved testing system for model-related tests.
- Internal: Port LLaVA OV models to use new API.
- Internal: Cleaned up a lot of model-related code.
- Internal: Support hot reload for custom nodes. Thanks @keturn!
- Updated translations. Thanks @rikublock @Harvester62 @Linos1391!
Installing and Updating
The new 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
- Add LLaVA OneVision model support by @RyanJDick in https://github.com/invoke-ai/InvokeAI/pull/7693
- Model classification api by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/7742
- feat(app): better errors when scanning models with picklescan by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7803
- Stripped models by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/7797
- Use git-lfs for larger assets by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/7804
- Add FLUX Fill support by @RyanJDick in https://github.com/invoke-ai/InvokeAI/pull/7780
- Customized workflow browsing by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7810
- ui: workflows recommended followup by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7812
- fix(ui): clip shift-draw strokes to bbox when clip to bbox enabled by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7813
- feat(ui): support FLUX Fill on Canvas by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7811
- feat(ui): better missing fields ux in workflows & builder by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7816
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/7805
- chore: prep for v5.9.0rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7815
- fix(mm): flux model variant probing by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7825
- feat(nodes): clean up lora node names by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7824
- feat(ui): custom dropdowns for strings in builder by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7818
- fix(ui): siglip model translation key by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7827
- Port LLaVA to new API by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/7817
- fix(ui): mask logic in graph builders by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7828
- fix(ui): restore
display: flexto image viewer and node editor by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7831 - ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/7821
- fix: make dev_reload work for files in nodes/ by @keturn in https://github.com/invoke-ai/InvokeAI/pull/7819
- chore: prep for v5.9.0rc2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7829
- Import Smoke Test by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/7835
- fix: make source location discovery more robust by @keturn in https://github.com/invoke-ai/InvokeAI/pull/7837
- fix(ui): long node titles overflow by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7838
- feat: show runtime config in about modal by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7840
- fix(ui): correctly render whitespace in strings in string generator previews by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7832
- Taxonomy by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/7833
- chore: prep for v5.9.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7845
- fix(mm): LLaVA OneVision model calculates its own size by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7844
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.8.1…v5.9.0
v5.8.1
This release fixes a bug with retry functionality that could result in an endless loop of errors.
Installing and Updating
The new 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
- feat(ui): add cancel and clear all as toggleable app feature by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7799
- fix(app): incorrect values inserted when retrying queue item by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7801
- chore: prep for v5.8.1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7802
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.8.0…v5.8.1
v5.8.0
This release introduces an upgraded Workflow Library and FLUX Redux support, among other fixes and enhancements.
Workflow Library
We’ve redesigned the Workflow Library to provide a smoother interface for browsing workflows.
- Larger modal to display workflows in a grid
- Browse by tag (default workflows only)
- Search by name/description/tags
- Opened at works correctly
- Workflows may have thumbnails
FLUX Redux
This release includes support for FLUX Redux in Workflows and Canvas.
FLUX Redux is an add-on model for FLUX. It works similarly to IP Adapter or an “instant” LoRA, where an input image guides the generation’s style and composition. It can provide some degree of character consistency.
To use it on Canvas, add a Global Reference Image layer and drag a reference image onto the layer - same as you would for IP Adapter - and select the FLUX Redux from the model drop-down.
You can also use it in Regional Guidance layers. Add a Reference Image to the layer and select FLUX Redux from the model drop-down.
Other Changes
- You may override the min and max constraints for float and integer fields added to the Form Builder. This is useful when fields are set to render as sliders and/or to add guardrails to your form fields.
- Support for uploading
WEBPimages. They are converted toPNGafter uploading. - Improvements to workflow loading, including checks on every load to ensure unsaved changes are not lost.
- Fixed an issue where workflows were not marked as having unsaved changes when its form was edited.
- Form Builder text and heading elements render line breaks correctly.
- Fixed issue where some Form Builder elements didn’t fill their containers correctly.
- Invalid node fields now display errors in the field’s tooltip.
- Fixed issue where duplicate edges could be created when re-connecting an existing edge.
- Focused UI regions are highlight (configurable in Settings, off by default). Thanks @joshistoast!
- Updated the display names of model-specific nodes and default workflows to include the model. For example,
Main Model Loaderis nowMain Model - SD1.5. - Internal changes to custom node loading.
- Updated translations. Thanks @rikublock @Linos1391 @Harvester62!
Download the models from the Starter Models tab in the Model Manager.
Installing and Updating
The new 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
- Ruff upgrade by @jazzhaiku in https://github.com/invoke-ai/InvokeAI/pull/7741
- Add FLUX Redux support by @RyanJDick in https://github.com/invoke-ai/InvokeAI/pull/7726
- feat: workflow thumbnails by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7676
- refactor(app): stable default workflows, workflow saving and loading fixes by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7729
- repo: add @jazzhaiku to codeowners for CI, app and backend by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7744
- Changed version of FluxDenoiseInvocation by @JPPhoto in https://github.com/invoke-ai/InvokeAI/pull/7745
- feat: new workflow library by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7710
- feat(api): safer metadata extraction during image upload by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7747
- chore: bump version to v5.8.0a1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7749
- fix(ui): add webp to supported image types in toast messages by @rikublock in https://github.com/invoke-ai/InvokeAI/pull/7754
- feat(app): less janky custom node loading by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7748
- fix(ui): hide shared on workflow library by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7751
- feat(ui): flux redux canvas by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7752
- fix(ui): missing builder translations by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7753
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/7746
- chore: bump version to v5.8.0a2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7762
- feat: workflow library iteration 2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7765
- update opened_at to be nullable by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7767
- fix(api) add default for opened_at by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7771
- feat(ui): reworked workflow loading flow by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7769
- workflow iteration 4 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7772
- fix(ui): respect line breaks in builder text and heading elements by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7773
- chore: bump version to v5.8.0rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7775
- allow workflow sort options to be passed in by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7776
- make sure that recent view always sorts by opened_at by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7777
- getting started copy for workflows by @maryhipp in https://github.com/invoke-ai/InvokeAI/pull/7778
- fix(ui): prevent vertical scrolling on row containers by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7779
- tweak(ui): styling for image collection fields by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7783
- feat(ui): show field errors in field tooltips by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7782
- fix(ui): do not mark workflow as touched when setting form field initial values by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7789
- fix(ui): duplicate edges on reconnect by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7791
- ci: pin tj-actions/changed-files by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7794
- chore: prep for v5.8.0 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7795
- feat: :sparkles: Highlight Focused UI Regions by @joshistoast in https://github.com/invoke-ai/InvokeAI/pull/7786
- feat(ui): allow pasting into gallery on canvas and workflows tabs by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7781
- fix(ui): generator widget should stretch to fill when added to builder by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7790
- feat(ui): configurable field constraints for number fields in form builder by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7787
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/7768
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.7.2…v5.8.0
v5.7.2
This release adds a setting to reduce peak VRAM usage and improve performance, plus a few other fixes and enhancements.
Memory Management Improvements
By default, Invoke uses pytorch’s own memory allocator to load and manage models in VRAM. CUDA also provides a memory allocator, and on many systems, the CUDA allocator outperforms the pytorch allocator, reducing peak VRAM usage. On some systems, this may improve generation speeds.
You can use the new pytorch_cuda_alloc_conf setting in invokeai.yaml to opt-in to CUDA’s memory allocator:
pytorch_cuda_alloc_conf: "backend:cudaMallocAsync"If you do not add this setting, Invoke will continue to use the pytorch allocator (same as it always has).
There are other possible configurations you can use for this setting, dictated by pytorch. Refer to the new section in the Low-VRAM mode docs for more information.
Other Changes
- You may now upload WEBP images to Invoke. They will be converted to PNGs for use within the application. Thanks @keturn!
- Added “pull bbox” button to the Regional and Global Reference Image layer’s empty state.
- More conservative estimates for VAE VRAM usage. This aims to reduce the slowdowns and OOMs on the VAE decode step.
- Fixed “single or collection” field type rendering in the Workflow Editor. This was causing fields like IP Adapter’s images and ControlNet’s control weights from displaying a widget.
- Fixed the download button in the Workflow Library list, which was downloading the active workflow instead of the workflow for which the button was clicked.
- Loosened validation for ControlNet begin and end step percentages. Thanks @JPPhoto!
- Enqueuing a batch (i.e. what happens when you click the Invoke button) is now a non-blocking operation, allowing the app to be more responsive immediately after clicking Invoke. To enable this improvement, we migrated from using a global mutex for DB access with long-lived SQLite cursors to WAL mode with short-lived SQLite cursors. This is expected to afford a minor (likely not noticeable) performance boost in the backend in addition to the responsiveness improvement.
- Smaller docker builds. Thanks @keturn!
- Updated translations. Thanks @Harvester62 @Linos1391 @rikublock!
Installing and Updating
The new 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
- Tidy app entrypoint by @RyanJDick in https://github.com/invoke-ai/InvokeAI/pull/7668
- Do not cache image layers in CI docker build by @ebr in https://github.com/invoke-ai/InvokeAI/pull/7712
- Add
pytorch_cuda_alloc_confconfig to tune VRAM memory allocation by @RyanJDick in https://github.com/invoke-ai/InvokeAI/pull/7673 - Increase VAE decode memory estimates by @RyanJDick in https://github.com/invoke-ai/InvokeAI/pull/7674
- fix(ui): download button in workflow library downloads wrong workflow by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7715
- docs: update RELEASE.md by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7707
- fix(ui): single or collection field rendering by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7714
- feat: accept WebP uploads for assets by @keturn in https://github.com/invoke-ai/InvokeAI/pull/7718
- chore: bump version to v5.7.2rc1 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7721
- feat(app): non blocking enqueue_batch by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7724
- fix(ui): add missing builder translations by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7723
- ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/7722
- fix(app): recursive cursor errors by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7727
- chore: bump version to v5.7.2rc2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7725
- feat(ui): add button ref image layer empty state to pull bbox by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7732
- chore(docker): reduce size between docker builds by @keturn in https://github.com/invoke-ai/InvokeAI/pull/7571
- Fix begin and end validation used in ControlNets. by @JPPhoto in https://github.com/invoke-ai/InvokeAI/pull/7605
- feat(app): revised
configure_torch_cuda_allocator()& testing strategy by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7733 - ui: translations update from weblate by @weblate in https://github.com/invoke-ai/InvokeAI/pull/7735
- chore: bump version to v5.7.2 by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7734
- fix(ui): typo by @psychedelicious in https://github.com/invoke-ai/InvokeAI/pull/7740
Full Changelog: https://github.com/invoke-ai/InvokeAI/compare/v5.7.1…v5.7.2