Releases: invoke-ai/InvokeAI
v6.8.1
This patch release fixes the Exception in ASGI application
startup error that prevents Invoke from starting.
The error was introduced by an upstream dependency (fastapi). We've pinned the fastapi dependency to the last known working version.
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(nodes): color correct invocation by @dunkeroni in #8605
Full Changelog: v6.8.0...v6.8.1
v6.8.0
This minor release includes a handful of fixes and enhancements.
Fixes
- When accepting raster layer adjustments, the opacity of the layer was "baked" in.
- Corrected help text for non-in-place model installation. Previously, the help text said that a non-in-place model install would copy the model files. This is incorrect; it moves them into the Invoke-managed models dir.
- Failure to queue generations with an error like
Failed to Queue Batch / Unknown Error
.
Enhancements
- Added a crop tool. For now, it is only enabled for Global Ref Images.
- Click the crop icon on the Ref Image preview to open the tool.
- Adjust the crop box and click apply to save the cropped image for that ref image.
- To revert, open the crop tool, click Reset, then Apply to revert to the original image.
- We'll explore integrating this new tool elsewhere in the app in a future update.
- Improved Model Manager tab UI. Thanks @joshistoast!
- Keyboard shortcuts to navigate prompt history. Use
alt/option+up/down
to move through history. - Support for the
NOOB-IPA-MARK1
IP Adapter. Thanks @Iq1pl!
Internal
- Support for dynamic model drop-downs in Workflow Editor. This change greatly reduces the amount of frontend code changes needed to support a new model type. Node authors may need to update their nodes to prevent warnings from being displayed. However, there are no breakages expected. See #8577 for more details.
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): do not reset params state on studio init nav to generate tab by @psychedelicious in #8572
- feat(model manager): 💄 refactor model manager ui by @joshistoast in #8564
- Prompt history shortcuts by @hipsterusername in #8571
- feat(ui): crop tool by @psychedelicious in #8562
- chore: prep for v6.8.0rc1 by @psychedelicious in #8574
- fix(ui): allow scrolling in ModelPane by @joshistoast in #8580
- added support for NOOB-IPA-MARK1 by @Iq1pl in #8576
- feat: dynamic model fields in workflow editor by @psychedelicious in #8577
- ui: translations update from weblate by @weblate in #8575
- fix(ui): ref images for flux kontext not parsed correctly by @psychedelicious in #8587
- feat(nodes): better ui_type deprecations by @psychedelicious in #8586
- restore list_queue_items method by @maryhipp in #8583
- fix(ui): do not bake opacity when rasterizing layer adjustments by @psychedelicious in #8592
- fix(ui): correct the in-place install verbiage, add tooltip by @psychedelicious in #8593
- docs: add BiRefNet and Image Export to communityNodes.md by @veeliks in #8602
- chore: prep for v6.8.0rc2 by @psychedelicious in #8581
- chore: prep for v6.8.0 by @psychedelicious in #8604
New Contributors
Full Changelog: v6.7.0...v6.8.0
v6.8.0rc2
This minor release includes a handful of fixes and enhancements.
Fixes
- When accepting raster layer adjustments, the opacity of the layer was "baked" in.
- Corrected help text for non-in-place model installation. Previously, the help text said that a non-in-place model install would copy the model files. This is incorrect; it moves them into the Invoke-managed models dir.
Enhancements
- Added a crop tool. For now, it is only enabled for Global Ref Images.
- Click the crop icon on the Ref Image preview to open the tool.
- Adjust the crop box and click apply to save the cropped image for that ref image.
- To revert, open the crop tool, click Reset, then Apply to revert to the original image.
- We'll explore integrating this new tool elsewhere in the app in a future update.
- Improved Model Manager tab UI. Thanks @joshistoast!
- Keyboard shortcuts to navigate prompt history. Use
alt/option+up/down
to move through history. - Support for the
NOOB-IPA-MARK1
IP Adapter. Thanks @Iq1pl!
Internal
- Support for dynamic model drop-downs in Workflow Editor. This change greatly reduces the amount of frontend code changes needed to support a new model type. Node authors may need to update their nodes to prevent warnings from being displayed. However, there are no breakages expected. See #8577 for more details.
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): do not reset params state on studio init nav to generate tab by @psychedelicious in #8572
- feat(model manager): 💄 refactor model manager ui by @joshistoast in #8564
- Prompt history shortcuts by @hipsterusername in #8571
- feat(ui): crop tool by @psychedelicious in #8562
- chore: prep for v6.8.0rc1 by @psychedelicious in #8574
- fix(ui): allow scrolling in ModelPane by @joshistoast in #8580
- added support for NOOB-IPA-MARK1 by @Iq1pl in #8576
- feat: dynamic model fields in workflow editor by @psychedelicious in #8577
- ui: translations update from weblate by @weblate in #8575
- fix(ui): ref images for flux kontext not parsed correctly by @psychedelicious in #8587
- feat(nodes): better ui_type deprecations by @psychedelicious in #8586
- restore list_queue_items method by @maryhipp in #8583
- fix(ui): do not bake opacity when rasterizing layer adjustments by @psychedelicious in #8592
- fix(ui): correct the in-place install verbiage, add tooltip by @psychedelicious in #8593
- docs: add BiRefNet and Image Export to communityNodes.md by @veeliks in #8602
- chore: prep for v6.8.0rc2 by @psychedelicious in #8581
New Contributors
Full Changelog: v6.7.0...v6.8.0rc2
v6.8.0rc1
This minor release includes a few QoL enhancements.
Enhancements
- Added a crop tool. For now, it is only enabled for Global Ref Images.
- Click the crop icon on the Ref Image preview to open the tool.
- Adjust the crop box and click apply to save the cropped image for that ref image.
- To revert, open the crop tool, click Reset, then Apply to revert to the original image.
- We'll explore integrating this new tool elsewhere in the app in a future update.
- Improved Model Manager tab UI. Thanks @joshistoast!
- Keyboard shortcuts to navigate prompt history. Use
alt/option+up/down
to move through history.
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): do not reset params state on studio init nav to generate tab by @psychedelicious in #8572
- feat(model manager): 💄 refactor model manager ui by @joshistoast in #8564
- Prompt history shortcuts by @hipsterusername in #8571
- feat(ui): crop tool by @psychedelicious in #8562
- chore: prep for v6.8.0rc1 by @psychedelicious in #8574
Full Changelog: v6.7.0...v6.8.0rc1
v6.7.0
This minor release includes improved object selection on Canvas, layer adjustments, prompt history and a handful of other enhancements and fixes.
Select Object v2
We've made some major improvements to object selection.
- Segment Anything v2 is now supported. You can choose between SAM1 and SAM2. We've found that SAM2 is much faster than SAM1, but often does not perform as well, so we left SAM1 as an option.
- You may now draw a box around the target object. The box doesn't need to be exact - sometimes, you can get better results by making it a bit smaller than the target object. Points are still supported and can be used independently or as a refinement for a box.
- Holding
shift
while clicking creates an exclude point if you have include selected. If you have selected exclude, holdingshift
will instead create an include point. - You can now provide a text prompt instead of a box and points. Use very simple language for best results. Internally, this uses Grounding DINO to identify the target.
Raster Layer Adjustments
Right click a Raster Layer to add adjustments. Adjustments are non-destructive, though you can accept them to bake them into the layer.
You can adjust brightness, contrast, saturation, temperature, tint, and sharpness, or use the curves editor to adjust each channel independently.
Thanks @dunkeroni for implementing this very useful feature.
Prompt History
There's a new button in the Positive Prompt box for prompt history. Your last 100 unique prompts are stored for easy recall. You can search them, delete individual prompts, or clear the whole list.
Enhancements
- Improved object selection on Canvas.
- Raster layer adjustments. Thanks @dunkeroni!
- Support for mathematical expressions in number input fields. Currently, these are only enabled for fields in the Workflow Editor (including Builder Forms). Thanks @csehatt741!
- Prompt history for Positive Prompt.
- Queue list now sorts with newest on top. You can reverse the sort if you want, to restore the previous sorting. Thanks @csehatt741!
- Updated translations. Thanks @Harvester62 @Linos1391!
Fixes
- Fixed an issue that prevented you from using LoRA weights outside the range -1 to 2.
- Fixed an issue where LoRA settings could be lost on refresh.
- Fixed an issue where LoRAs with weights outside the range -1 to 2 were not able to be recalled from metadata.
- Fixed an issue where popovers like the Canvas Settings popover were obscured by other UI elements.
- Fixed a path traversal vulnerability affecting the bulk downloads API.
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
- feat(ui): reverse queue list by @csehatt741 in #8488
- fix(ui): route metadata to gemini node by @psychedelicious in #8547
- fix(ui): LoRA number input min/max restored by @csehatt741 in #8542
- fix(app): path traversal via bulk downloads paths by @psychedelicious in #8548
- feat(ui): maths enabled on numeric input fields in workflow editor by @csehatt741 in #8549
- feat(ui): SAM2 Node & Integration by @hipsterusername in #8526
- queue list: remove completed_at, restore field values by @maryhipp in #8555
- ai(ui): add CLAUDE.md to frontend by @psychedelicious in #8556
- feat(ui): Raster Layer Color Adjusters by @dunkeroni in #8420
- ui: translations update from weblate by @weblate in #8545
- chore: prep for v6.7.0rc1 by @psychedelicious in #8557
- fix(ui): extend lora weight schema to accept full range of weights by @psychedelicious in #8559
- feat(ui): simple prompt history by @psychedelicious in #8561
- fix(ui): render popovers in portals to ensure they are on top of other ui elements by @psychedelicious in #8568
- fix(ui): dedupe prompt history by @psychedelicious in #8567
- ui: translations update from weblate by @weblate in #8563
- chore: prep for v6.7.0 by @psychedelicious in #8569
Full Changelog: v6.6.0...v6.7.0
v6.7.0rc1
This minor release includes improved object selection on Canvas, layer adjustments, math evaluation in Workflow Editor number fields, and a handful of other enhancements and fixes.
Select Object v2
We've made some major improvements to object selection.
- Segment Anything v2 is now supported. You can choose between SAM1 and SAM2. We've found that SAM2 is much faster than SAM1, but often does not perform as well, so we left SAM1 as an option.
- You may now draw a box around the target object. The box doesn't need to be exact - sometimes, you can get better results by making it a bit smaller than the target object. Points are still supported and can be used independently or as a refinement for a box.
- Holding
shift
while clicking creates an exclude point if you have include selected. If you have selected exclude, holdingshift
will instead create an include point. - You can now provide a text prompt instead of a box and points. Use very simple language for best results. Internally, this uses Grounding DINO to identify the target.
Raster Layer Adjustments
Right click a Raster Layer to add adjustments. Adjustments are non-destructive, though you can accept them to bake them into the layer.
You can adjust brightness, contrast, saturation, temperature, tint, and sharpness, or use the curves editor to adjust each channel independently.
Thanks @dunkeroni for implementing this very useful feature.
Enhancements
- Improved object selection on Canvas.
- Raster layer adjustments. Thanks @dunkeroni!
- Support for mathematical expressions in number input fields. Currently, these are only enabled for fields in the Workflow Editor (including Builder Forms). Thanks @csehatt741!
- Queue list now sorts with newest on top. You can reverse the sort if you want, to restore the previous sorting. Thanks @csehatt741!
- Updated translations. Thanks @Harvester62 @Linos1391!
Fixes
- Fixed an issue that prevented you from using LoRA weights outside the range -1 to 2.
- Fixed a path traversal vulnerability affecting the bulk downloads API.
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
- feat(ui): reverse queue list by @csehatt741 in #8488
- fix(ui): route metadata to gemini node by @psychedelicious in #8547
- fix(ui): LoRA number input min/max restored by @csehatt741 in #8542
- fix(app): path traversal via bulk downloads paths by @psychedelicious in #8548
- feat(ui): maths enabled on numeric input fields in workflow editor by @csehatt741 in #8549
- feat(ui): SAM2 Node & Integration by @hipsterusername in #8526
- queue list: remove completed_at, restore field values by @maryhipp in #8555
- ai(ui): add CLAUDE.md to frontend by @psychedelicious in #8556
- feat(ui): Raster Layer Color Adjusters by @dunkeroni in #8420
- ui: translations update from weblate by @weblate in #8545
- chore: prep for v6.7.0rc1 by @psychedelicious in #8557
Full Changelog: v6.6.0...v6.7.0rc1
v6.6.0
This is a minor release, adding a few QoL improvements and fixes.
Enhancements
- Canvas Color Picker has foreground and background colors. Switch between them with
x
. Pressd
to reset them to black and white. Thanks @csehatt741! - You can set a default weight setting for LoRAs in the Model Manager. When you add the LoRA, it will start at the default weight. Thanks @csehatt741!
- Canvas Brush/Eraser width renders an in-line slider when there is enough space instead of showing the slider in a popover.
- Updated translations. Thanks @Harvester62!
Fixes
- Always delete LoRAs when recalling all metadata. Thanks @csehatt741!
- Incompatible LoRAs being enabled prevents you from clicking Invoke.
- Fixed an issue where it was possible to drag a tab panel to another location in the UI on Chrome and Launcher (Firefox was unaffected).
- Internal file organization fix for docker builds.
- Fix an issue where progress images were super tiny (again).
- Fix an issue where no fallback was rendered in the viewer when no image is selected.
- Fix an issue where a single middle-mouse click on Canvas would activate the View tool (i.e. drag-to-pan), and you had to click again to deactivate it.
- Fix an issue in the Viewer where the last-generated image would briefly show after the current generation finishes.
Installing and Updating
The Invoke Launcher is the recommended way to install, update and run Invoke. It takes care of a lot of details for you - like installing the right version of python - and runs Invoke as a desktop application.
Note: With recent updates to torch
, users on older GPUs (20xx and 10xx series) will likely run into issues with installing/updating. We are still evaluating how we can support older GPUs, but in the meantime users have found success manually downgrading torch
. Head over to discord if you need help.
Follow the Quick Start guide to get started with the launcher.
If you don't want to use the launcher, or need a headless install, you can follow the manual install guide.
What's Changed
- video by @maryhipp in #8499
- do not show negative prompt or ref images on video tab by @maryhipp in #8501
- handle large videos by @maryhipp in #8503
- match screen capture button to the others by @maryhipp in #8504
- fix(app): board count queries not getting categories as params by @psychedelicious in #8505
- Add 'sd-2' to supported negative prompt base models by @damian0815 in #8513
- fix(ui): remove LoRAs for recall use all by @csehatt741 in #8512
- feat(ui): add readiness checks for LoRAs by @psychedelicious in #8506
- fix(ui): move
getItemsPerRow
to frontend src dir by @psychedelicious in #8515 - chore(ui): bump dockview by @psychedelicious in #8516
- ui: translations update from weblate by @weblate in #8507
- feat(ui): switchable foreground/background colors by @csehatt741 in #8510
- feat(ui): LoRA default weight by @csehatt741 in #8484
- ui(fix): remove video base models from image aspect/ratio logic by @maryhipp in #8521
- ui: translations update from weblate by @weblate in #8517
- chore: prep for v6.6.0rc1 by @psychedelicious in #8522
- fix(ui): fix situation where progress images are super tiny by @psychedelicious in #8524
- fix(ui): browser image caching cors race condition by @psychedelicious in #8523
- fix(ui): gallery selection issues by @psychedelicious in #8528
- fix(ui): stop dragging when user clicks mmb once by @psychedelicious in #8527
- fix(ui): prev image briefly showing in viewer as progress image "resolves" into output image by @psychedelicious in #8530
- chore: prep for v6.6.0rc2 by @psychedelicious in #8531
- tidy(ui): translation cleanup and CI checks by @psychedelicious in #8536
- tidy,fix(ui): remove unused coords from params slice by @psychedelicious in #8534
- ui: translations update from weblate by @weblate in #8533
- Revert "tidy(ui): translation cleanup and CI checks" by @psychedelicious in #8539
- feat(ui): slider for brush and eraser tool by @csehatt741 in #8525
- chore: prep for v6.6.0 by @psychedelicious in #8538
Full Changelog: v6.5.1...v6.6.0
v6.6.0rc2
This is a minor release, adding a few QoL improvements and fixes.
Enhancements
- Canvas Color Picker has foreground and background colors. Switch between them with
x
. Pressd
to reset them to black and white. Thanks @csehatt741! - You can set a default weight setting for LoRAs in the Model Manager. When you add the LoRA, it will start at the default weight. Thanks @csehatt741!
- Updated translations. Thanks @Harvester62!
Fixes
- Always delete LoRAs when recalling all metadata. Thanks @csehatt741!
- Incompatible LoRAs being enabled prevents you from clicking Invoke.
- Fixed an issue where it was possible to drag a tab panel to another location in the UI on Chrome and Launcher (Firefox was unaffected).
- Internal file organization fix for docker builds.
- Fix an issue where progress images were super tiny (again).
- Fix an issue where no fallback was rendered in the viewer when no image is selected.
- Fix an issue where a single middle-mouse click on Canvas would activate the View tool (i.e. drag-to-pan), and you had to click again to deactivate it.
- Fix an issue in the Viewer where the last-generated image would briefly show after the current generation finishes.
Installing and Updating
The Invoke Launcher is the recommended way to install, update and run Invoke. It takes care of a lot of details for you - like installing the right version of python - and runs Invoke as a desktop application.
Note: With recent updates to torch
, users on older GPUs (20xx and 10xx series) will likely run into issues with installing/updating. We are still evaluating how we can support older GPUs, but in the meantime users have found success manually downgrading torch
. Head over to discord if you need help.
Follow the Quick Start guide to get started with the launcher.
If you don't want to use the launcher, or need a headless install, you can follow the manual install guide.
What's Changed
- video by @maryhipp in #8499
- do not show negative prompt or ref images on video tab by @maryhipp in #8501
- handle large videos by @maryhipp in #8503
- match screen capture button to the others by @maryhipp in #8504
- fix(app): board count queries not getting categories as params by @psychedelicious in #8505
- Add 'sd-2' to supported negative prompt base models by @damian0815 in #8513
- fix(ui): remove LoRAs for recall use all by @csehatt741 in #8512
- feat(ui): add readiness checks for LoRAs by @psychedelicious in #8506
- fix(ui): move
getItemsPerRow
to frontend src dir by @psychedelicious in #8515 - chore(ui): bump dockview by @psychedelicious in #8516
- ui: translations update from weblate by @weblate in #8507
- feat(ui): switchable foreground/background colors by @csehatt741 in #8510
- feat(ui): LoRA default weight by @csehatt741 in #8484
- ui(fix): remove video base models from image aspect/ratio logic by @maryhipp in #8521
- ui: translations update from weblate by @weblate in #8517
- chore: prep for v6.6.0rc1 by @psychedelicious in #8522
- fix(ui): fix situation where progress images are super tiny by @psychedelicious in #8524
- fix(ui): browser image caching cors race condition by @psychedelicious in #8523
- fix(ui): gallery selection issues by @psychedelicious in #8528
- fix(ui): stop dragging when user clicks mmb once by @psychedelicious in #8527
- fix(ui): prev image briefly showing in viewer as progress image "resolves" into output image by @psychedelicious in #8530
- chore: prep for v6.6.0rc2 by @psychedelicious in #8531
Full Changelog: v6.5.1...v6.6.0rc2
v6.6.0rc1
This is a minor release, adding a few QoL improvements and fixes.
Enhancements
- Canvas Color Picker has foreground and background colors. Switch between them with
x
. Pressd
to reset them to black and white. Thanks @csehatt741! - You can set a default weight setting for LoRAs in the Model Manager. When you add the LoRA, it will start at the default weight. Thanks @csehatt741!
- Updated translations. Thanks @Harvester62!
Fixes
- Always delete LoRAs when recalling all metadata. Thanks @csehatt741!
- Incompatible LoRAs being enabled prevents you from clicking Invoke.
- Fixed an issue where it was possible to drag a tab panel to another location in the UI on Chrome and Launcher (Firefox was unaffected).
- Internal file organization fix for docker builds.
Installing and Updating
The Invoke Launcher is the recommended way to install, update and run Invoke. It takes care of a lot of details for you - like installing the right version of python - and runs Invoke as a desktop application.
Note: With recent updates to torch
, users on older GPUs (20xx and 10xx series) will likely run into issues with installing/updating. We are still evaluating how we can support older GPUs, but in the meantime users have found success manually downgrading torch
. Head over to discord if you need help.
Follow the Quick Start guide to get started with the launcher.
If you don't want to use the launcher, or need a headless install, you can follow the manual install guide.
What's Changed
- video by @maryhipp in #8499
- do not show negative prompt or ref images on video tab by @maryhipp in #8501
- handle large videos by @maryhipp in #8503
- match screen capture button to the others by @maryhipp in #8504
- fix(app): board count queries not getting categories as params by @psychedelicious in #8505
- Add 'sd-2' to supported negative prompt base models by @damian0815 in #8513
- fix(ui): remove LoRAs for recall use all by @csehatt741 in #8512
- feat(ui): add readiness checks for LoRAs by @psychedelicious in #8506
- fix(ui): move
getItemsPerRow
to frontend src dir by @psychedelicious in #8515 - chore(ui): bump dockview by @psychedelicious in #8516
- ui: translations update from weblate by @weblate in #8507
- feat(ui): switchable foreground/background colors by @csehatt741 in #8510
- feat(ui): LoRA default weight by @csehatt741 in #8484
- ui(fix): remove video base models from image aspect/ratio logic by @maryhipp in #8521
- ui: translations update from weblate by @weblate in #8517
- chore: prep for v6.6.0rc1 by @psychedelicious in #8522
Full Changelog: v6.5.1...v6.6.0rc1
v6.5.1
This is a patch release, fixing a few high priority bugs.
Fixes
- Hard crash when generating with FLUX on Windows.
- Super tiny progress images on Canvas.
- Assorted Canvas issues, mostly around transparency.
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): control layer transparency effect not working by @psychedelicious in #8496
- fix(ui): progress image renders at physical size by @psychedelicious in #8495
- ui: translations update from weblate by @weblate in #8498
- fix(app): FLUX on Windows hard crash by @psychedelicious in #8494
Full Changelog: v6.5.0...v6.5.1