Skip to content

Version 1.15.0

Compare
Choose a tag to compare
@Acly Acly released this 27 Feb 00:12
· 547 commits to main since this release

Download krita_ai_diffusion-1.15.0.zip

Discard Images from History

release-1 15 0-discard-image

For those images we'd prefer to have never happened. You can multi-select with Ctrl/Shift!

New location for User Data

User files such as settings, custom styles and logs are no longer inside the plugin installation directory. This has some advantages:

  • Easier to do a clean update/reinstall of the plugin without losing your settings
  • Allows system-wide plugin installation with per-user settings

The settings are now located in a subfolder of Krita's user data. Typical paths:

  • Windows: C:\User\<your-name>\AppData\Roaming\krita\ai_diffusion
  • Linux: ~/.local/share/krita/ai_diffusion
  • MacOS: ~/Library/Application Support/krita/ai_diffusion

Depending on your system the location may be different. You can find it via the "View Logs" link in the settings.

Experimental Features

Lightning

SDXL Lightning is a way to speed up generation of images with SDXL, similar to LCM and Turbo. Instructions and Discussion

Animation Workspace

This version contains a first draf for working with animations. Currently it's just a UI for batch processing, but may become a place to integrate animation checkpoints in the future. Overview and Discussion

Other Changes

  • Read style folders recursively #346
  • Potential workaround for hang when using "Fill" on some CPUs #401
  • Fixed issues with styles when there is no server connection
  • Improved error message for some common server startup failures