Releases: Acly/krita-ai-diffusion
Version 1.2.0
Download krita_ai_diffusion-1.2.0.zip
Support more GPUs and Cloud
This release provides some more options for users without NVIDIA GPU: Windows users can now use non-NVIDIA GPUs via DirectML, and there is a step-by-step guide on how to rent a Cloud GPU which the plugin can connect to.
Updating
For users who update from an older release, it's generally fine to copy the new files and overwrite the old ones. Afterwards, if you installed the server via the plugin, use the Install button to upgrade it.
If you're using your own ComfyUI installation, IPAdapter-ComfyUI was replaced with ComfyUI_IPAdapter_plus.
Changes
- Added actions to cancel queued jobs
- The server is now available as docker image for easy deployment
- Added refresh & open folder buttons to make it easier to install custom checkpoints and lora
- Added DirectML as backend option
- Switch to IPAdapter_plus extension, fixes CPU and DirectML backends when doing 100% strength inpaint
- Improved handling of sporadic websocket disconnect
- Automatically switch to non-inpaint workflows if selection covers entire document
- Added some alternative names for SDXL controlnet files
Version 1.1.0
Download krita_ai_diffusion-1.1.0.zip
More Control
More options to control generation with image layers have been added: Soft Edge, Canny Edge, Depth map, Normal map, Pose from OpenPose skeletons, Segmentation mapsUse 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.
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