Skip to content

Version 1.17.0

Compare
Choose a tag to compare
@Acly Acly released this 19 Apr 08:32
· 17 commits to main since this release

Download krita_ai_diffusion-1.17.0.zip

Style Transfer

There are two new Control layer modes: Style and Composition.

release-1 17 0-style-ui

They work similar to the "Reference" mode: the selected image acts as a sort of inspiration, and doesn't have to match resolution or aspect ratio of your canvas. The difference is that Style will extract mostly art style and colors, while Composition focuses on the structural layout.

Composition Style Result
release-1 17 0-composition release-1 17 0-style release-1 17 0-style-result
release-1 17 0-composition release-1 17 0-style2 release-1 17 0-style2-result

Works best with SDXL. Probably need a different approach for SD1.5.

Important

If you are using a custom ComfyUI installation, make sure to update. Latest version of ComfyUI_IPAdapter_plus is required.

LoRA Search and Auto-Completion

Redesigned the LoRA selection into a searchable drop-down.
release-1 17 0-lora-settings

There is also an option to filter via folders (applies to all added LoRA).
release-1 17 0-lora-folders

And adding LoRA in the text prompt will auto-complete now.
release-1 17 0-lora-prompt

Control Presets

This release adds Presets for some Control layer and Sampler settings. The idea is to have a lean, easy to use UI where users can switch between a few recommended configuration options. Presets can be customized for those who want full control (but it may require editing a text file).

release-1 17 0-control

Control layer strength is now adjusted with a single slider, from low influence to very strong effect. This will influence the weight as well as the start and end of the interval in which ControlNet or IP-Adapter are applied.

release-1 17 0-control-expanded

If you want you can also modify those individually. The presets are stored in presets/control.json, it is recommended to copy it to the user data folder before editing.

Sampler Presets

Samplers can now be fully configured by choosing from a few pre-defined options.

release-1 17 0-samplers

As before, the number of steps and guidance strength can be tweaked in the UI. New: you can edit the presets or add your own, and choose from any sampler / scheduler which ComfyUI supports.

release-1 17 0-samplers-expanded

Other Changes

  • Added option to enable Self-Attention Guidance (advanced checkpoint settings) (by @FeepingCreature)
    • This may improve image quality at the cost of some performance
  • Fixed LoRA in the text prompt not being stored to history #586
  • Fixed error when restoring settings to default values
  • Fixed crash when toggling Live Record without generating an image #579
  • Fixed error when result images matched the thumbnail size #605
  • Correctly update the selected style when the filter changes #564
  • Removed [Live] prefix from generated layer name and added the seed value #613
  • Use PNG as the format for saving result images from the history #582 #627
  • Allow multi-selection when saving images from result history #626
  • Added fallback for WEBP images on Linux without the required Qt5 package #582
  • Improve robustness of rename during installation on Windows #515
  • Make errors during process job attach non-fatal on Windows #616
  • Improved folder selection for server installation #620