Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@Acly Acly released this 23 Sep 11:20
· 914 commits to main since this release

Download krita_ai_diffusion-1.1.0.zip

More Control

new control modes More options to control generation with image layers have been added: Soft Edge, Canny Edge, Depth map, Normal map, Pose from OpenPose skeletons, Segmentation maps

release-1 1 0-img2 Use this button to generate a control layer from the current image. Works with all modes. For example if you like the contours of the current image but would like to change colors/shading, this allows you to generate matching line art and use it as control layer for subsequent generation. Note: might be slow on first use, but quite fast afterwards.

You can download required models from the Server Configuration settings.
release-1 1 0-img3

Other Changes

  • Installer now uses Python venv on Linux. This avoids messing with the system Python and some distros require it.
  • Improved error reporting for missing resources
  • Added option to override VAE in styles
  • Line and edge control layers use white background with black lines
  • Error message when using non 8-bit RGBA color models
  • Added https and wss support by @gergelyszaz in #6
  • Control layers with alpha channel work better
  • Can now configure ComfyUI command line arguments in settings.json
  • Use high quality upscaling for scaling factors >150% in all workflows
  • Fixed 'QNetworkReply' has no attribute 'HttpStatusCodeAttribute'
  • Added new style and delete style buttons by @gergelyszaz in #9
  • Selection grow and feather are now configurable
  • Support group layers and nested layers as control images