Skip to content

Version 1.17.1

Compare
Choose a tag to compare
@Acly Acly released this 27 Apr 12:23
· 15 commits to main since this release

Download krita_ai_diffusion-1.17.1.zip

Sampler preset changes

There was quite a bit of confusion about the changes to samplers in the last release, and a few bugs too. This release will hopefully improve the situation!

The preset name now contains both:

  • a descriptive part (default, fast, realtime, ...) which indicates what it might be good for and how it differs from other choices, especially for users who are not familiar with Stable Diffusion
  • the technical implementation name of the sampler (Euler A, DPM++ 2M, DPM++ SDE, ...) which you may see mentioned when downloading custom checkpoints

There are two new entries:

  • Alternative - Euler Ancestral with normal scheduler and step count
  • Lightning Merge - Euler Ancestral with uniform scheduler and low CFG/steps

Related changes:

  • "Special" Lora (LCM, Lightning, FaceID) are no longer filtered out, but a warning will be displayed if they are added manually #640
    • These are added automatically when needed, eg. when choosing a sampler or control layer that requires them
  • Improved error messages for samplers which require a Lora
  • Don't auto-convert previous sampler settings to a preset that requires a Lora
  • Fixed sampler preset choice not being persisted in some cases #649
  • Custom preset link will now open the folder if the preset file cannot be opened
  • Added link to format documentation in the custom preset JSON

Please check out the documentation on the Wiki for more information about Samplers and how to customize them!

Other changes

  • Revert to previous detection model for poses to avoid issues on some installations #630
  • Fixed add pose skeleton button not being disabled when the selected layer is not a vector layer #658