Skip to content

Version 1.19.0

Compare
Choose a tag to compare
@Acly Acly released this 23 Jun 15:21
· 244 commits to main since this release

Download krita_ai_diffusion-1.19.0.zip

Model Updates

There have been a lot of new and improved models for SDXL lately. This update changes quite a few of the plugin's defaults, with some optional choices also added to the list.

SDXL ControlNet models

release-1 19 0-cn-models

Mode 1st priority 2nd priority 3rd priority
Scribble 🌟 XinsirScribble 🌟👍 MistoLine SAI-Sketch
Line Art 🌟 XinsirScribble 🌟👍 MistoLine SAI-Sketch
Soft Edge 🌟👍 MistoLine 🌟 Xinsir-Scribble
Canny Edge 🌟 XinsirCannyV2 👍 SAI-Canny 🌟 MistoLine
Pose 🌟👍 XinsirOpenPose ThibaudOpenPose
Segmentation 🌟 abovzv-ade20k
Stencil 🌟 QR Code Monster

🌟means it's a new model, 👍means it's the default download option for the integrated installer.
If you have multiple models installed the priority defines the order in which they are selected.

Sometimes the first choice isn't the default, usually because they're really close in terms of quality, but the other model is smaller (requires less space and loads faster). You may also notice that most of the line modes are covered by the same models, it works pretty well regardless!

ControlNet preprocessor models

Those are the models that turn your current image into lines, a depth map, a pose skeleton, etc. They apply to both SD1.5 and SDXL! There are three changes here:

  • Soft Edge now uses AnyLine model. It will be downloaded automatically.
  • Depth now uses version 2 of DepthAnything. It will be downloaded automatically.
  • Canny Edge was changed to be more sensitive. No model/download required.

Realtime/Live models

Those are LoRA used to generate images significantly faster with lower step count. There is usually a trade-off in quality.

In this update Hyper-SD replaces LCM as the default choice for Live mode. This means the model is required to use the plugin. It will be downloaded when you update. Compared to LCM they are much more faithful to the model's usual output and retain most of the quality.

The LCM models are no longer required, but can still be used as before. For your custom Styles you can switch to Hyper easily by selecting the "Realtime - Hyper" sampler preset. One of the advantages is that you can tweak the CFG value now to get more defined results.

release-1 19 0-hyper

Custom ComfyUI installs

This section is for those who manage their own ComfyUI server. As usual, please make sure ComfyUI and custom nodes are up-to-date!

You will have to download the Hyper-SD 8-step CFG LoRA and put it into ComfyUI/models/loras:

For the new control models, please follow the links above. To use the Xinsir models rename them into any filename which contains xinsircanny, xinsiropenpose, xinsirscribble (case-insensitive). If you already downloaded them from civitai those filenames will match.

Stable Diffusion 3

There is basic support for the Stable Diffusion 3 (SD3) base model, so you can give it a try! "Basic" means that things like control layers and regions are not supported, and you need to download models manually from HF SD3 Medium. The required files are:

Please use the (somewhat temporary) SD3 sampler preset!

release-1 19 0-sd3

Other Changes

  • Added ZavyChromaXL to recommended checkpoints and made it the default for "Digital Artwork (XL)" style
  • Fixed SSL issues when using a https connection on Mac #840 by @DrewWalkup
  • Fixed control layers disappearing when unrelated layers are removed #823
  • Fixed "/ComfyUI" being appended when selecting existing server installs #859
  • Fixed the "Show negative prompt" toggle not having any immediate effect #857
  • Fixed error being reported when creating Control Layers with active Filter Mask layers #846
  • Fixed LoRA not appearing in prompt history (again) #855
  • Paint layers are now converted into groups correctly also when applying multiple results from the same batch
  • Properly track linking/unlinking regions - previously regions could end up linked to the wrong layer in saved .kra files
  • Fixed crash in rare situation where the image is a tiny bit large than the preferred checkpoint resolution
  • Fixed some issues with apply when replacing layer content