Skip to content

Version 1.29.0

Latest
Compare
Choose a tag to compare
@Acly Acly released this 30 Nov 20:00
· 8 commits to main since this release

Download krita_ai_diffusion-1.29.0.zip

Flux Updates

"Reference" control layers now work with Flux. They use the Redux model to add content from one or more image layers to the generation.

release-1 29 0-flux-redux

There is also limited support for the Depth and Canny Loras released by Black Forest Labs. You can use the "Fill" model to Fill/Expand/Add/Remove content, but it's not fully integrated for now and must be selected manually.

See Flux Support for instructions. Keep in mind this is intended for those who want to experiment, expect changes in the future.

Other Changes

  • Added "grace period" between making changes to the canvas or parameters, and starting a live generation. by @modelflat
    • If generation is very fast, it will start immediately (as before)
    • If it takes a bit longer there will be a tiny delay to wait for additional changes
    • Will always schedule generation regularly after some time even when constantly editing the image
  • Added context menu entry to copy image generation metadata to the clipboard #1421 by @mmuellerdm
  • Added detection for some non-Flux GGUF models (eg. SD3.5 medium/large)
  • Custom workflows: text prompt input box now respects the line count setting #1416 by @mmuellerdm
  • Custom workflows: added context menu entry to copy generation parameters of previous results by @ronan36880
  • Custom workflows: reserve more space for parameters in case none of the groups are expanded #1420
  • Fixed Lora strength not being displayed correctly in Style settings in some cases
  • Fixed cancel of active image generation when using cloud
  • Open auto-complete only if there are at least 3 characters excluding trailing space #1417