Skip to content

Version 1.21.0

Compare
Choose a tag to compare
@Acly Acly released this 25 Jul 13:05
· 253 commits to main since this release

Download krita_ai_diffusion-1.21.0.zip

Localisation

release-1 21 0-localization

Interface Language

This release adds support for switching between languages for the plugin UI. There aren't any translations yet, but the framework is there. If you are interested in providing a translation, please read Contributing Translations. Open an issue or Pull request to get it added to future versions of the plugin.

Text Prompt Translation

The second part of localisation is automatic translation of text prompts into English. Select the language you want to translate in the Interface settings to activate the feature. You will get an indicator in all text boxes and can now enter instructions in your language of choice.

release-1 21 0-translation

You can click the indicator to toggle translation on/off. Usually the translation happens behind the scenes, but you can Ctrl + click to translate immediately and replace your text with the translated version. Read more on using prompt translation

Translation happens locally with a small AI model, which is downloaded automatically on first use.

Universal ControlNet for SDXL

This release supports the Xinsir Union ControlNet model for SDXL. It combines many control modes (scribbles, lines, depth, normals, pose, segmentation...) into one model.

release-1 21 0-controlnet-union

This does not change how you use control layers! Simply pick the mode from the drop-down as usual.

Installing (Managed Server)

release-1 21 0-controlnet-union-install

The model can be downloaded in the Connection settings. It is now the only default option for new installations.
If you have an existing installation, note that it will not automatically delete previous models. You will have to do it manually if you want to save space, or re-install.

Installing (Custom Server)

  1. Download the model from huggingface.co/xinsir
  2. Rename to xinsir-controlnet-union-sdxl-1.0-promax.safetensors and put it in ComfyUI/models/controlnet/
    • (other names are fine as long as they contain union-sdxl)
  3. Other specific control models will still work, and take precedence if they exist. Union model is used as fallback whereever it applies.

As usual, make sure ComfyUI & custom nodes are updated!

NSFW Filter

There is now an optional NSFW filter. It helps to mostly avoid accidental naughty things in places where that's not appropriate.

release-1 21 0-nsfw-filter

The options are:

  • Basic filters out most explicit sexual content, but allows some (partial) nudity and suggestive images
  • Strict attempts to filter out anything remotely suggestive

Warning

The filter is not perfect, and some images may slip through. Please keep this in mind when considering scenarios where eg. children are involved.

Other Changes

  • Pinned the pytorch version for managed servers to avoid breaking installation mid-release #966 #967
    • Using pytorch 2.3.1 for now because a lot of people have missing DLL issues with 2.4.0
  • Reduced default line art control layer strength for SDXL
  • Added configurable keyboard shortcut for Live mode "Apply in new layer" #959