Releases: Acly/krita-ai-diffusion
Version 1.44.1
Download krita_ai_diffusion-1.44.1.zip
Changes
- Fixed a bug where only the first image in a batch could be selected and applied #2239 #2241
- Managed install: improve robustness of downloads and allow timeout
- Managed install: resolved some issues where errors were not reported or logged
- Managed install: try to use default system shell to install uv on Linux
Version 1.44.0
Download krita_ai_diffusion-1.44.0.zip
Z-Image Control
The Z-Image-Turbo-Fun-Controlnet-Union model is now supported.
- Adds Pose, Canny, Soft Edge and Depth control layers
- Can be used as an inpaint model when filling selections
- Use "Generate (Custom)" and uncheck "Seamless" to disable this
- No support for timestep range (start/end) yet, so there is some quality degradation
- See #2188 for downloads and instructions
Qwen Image Layered
Qwen Image Layered is a model that decomposes existing images into transparent layers.
- Use it on an existing flattened image to split it into Krita layers, which can then be edited with traditional tools
- Like other Qwen Image models this is a heavy model and generation times are very slow
- See the Qwen Image Layered section in #2081 on how to download and use this model
Other Changes
- Custom workflows: add text-based number input in addition to sliders (by @Kebolder)
- Custom workflows: allow overwriting existing workflow files when saving a workflow (by @Kebolder)
- Fixed error popup "Upscale model not found" at startup #2209
- Fixed issue where Qwen text encoder was not detected anymore #2200
- Fixed text prompt resize handle not working when negative prompt is disabled #2202
- Fixed wrong style selected when loading a document while not connected to the server yet
- Fixed "Copy Prompt (evaluated)" not setting the negative prompt #2226
- Allow cancelling Cloud jobs with per-document granularity
- Removed built-in SD1.5 Comic/Anime style
Version 1.43.0
Download krita_ai_diffusion-1.43.0.zip
Z-Image (experimental)
Z-Image is a new diffusion model which produces convincing photorealistic images out of the box. Its modest size (larger than SDXL but smaller than Flux1), reasonable generation times and open license make it a promising candidate for future extensions.
Only basic features are supproted for now. Check the discussion for how to use and current status.
Queue improvements
- Counter now reflects the queued jobs for the current document
- The drop-down also reveals how many jobs are queued across the Krita plugin (does not include jobs from other ComfyUI clients)
- Will now display a "waiting" icon when there are queued jobs that are waiting for jobs from other documents
- Cancel now only cancels jobs from the current document (previously canceled all jobs, even those from other ComfyUI clients)
- Fixed some issues were the count wasn't updated correctly
Other Changes
- Support Edit models in the upscale workspace #1896
- Fixed LoRA weight not appearing correctly in metadta tooltip #2169
- Fixed crash when closing a document and re-opening it #2185
- Fixed deleting animation results from history
- Added hidden setting to skip image discard confirmation dialog #2141
- Edit
settings.jsonand add/modify the following property:"confirm_discard_image": false,
- Edit
- Fixed managed install UI package status for Flux packages #2178
- Make the search strings for Flux VAE slightly more specific (should no longer match "flux2")
Version 1.42.0
Download krita_ai_diffusion-1.42.1.zip
Simplified Installation
- Added separate tab with brief information about models to quickly choose a recommended set of models
- Selecting individual models is still possible, but optional now
- Added a separate "Welcome" UI for server mode selection, only shown once after installing the plugin
- Server mode selection now occupies less space in the connection settings
- Added Nova Anime XL model as a more consistent or beginner-friendly alternative to NoobAI V-pred
Other Changes
- Fixed "Image with ID not found in cache" error when queing up multiple jobs #2135
- Avoid re-sending images to the server if they're cached
- Fixed "Refine (Custom)" option being available when there is no selection #2156
- Fixed ComfyUI workflow import for paramter nodes without min/max fields #2162
- Fixed slider labels in custom workflow UI when using a higher display scale #2148
- Fixed "File > Create Copy from Current Image" not working properly with the plugin #2164
- Stop re-trying connection after the server mode has changed
Version 1.41.1
Download krita_ai_diffusion-1.41.1.zip
Installer Changes
Version 1.41.0
Download krita_ai_diffusion-1.41.0.zip
Text Prompts: Wildcards
Wildcards can be used in text to randomly select between various options. For example, a {red|blue} car will generate either a a red car or a blue car everytime you hit Generate. See Wildcards in Prompts for what is supported so far.
What type of 1girl are you? Now you no longer have to decide.
Text Prompts: Reference Layers
You can now embed reference images via the text prompt with <layer:name of a layer>. For latest Qwen Image Edit it allows to refer to layers by name. See Reference Layers in Prompts for more information.
Image Metadata
- Fixed issues where steps / CFG were not stored to saved PNG files #2012
- Changed prompt written to PNG files to be the fully expanded (including style)
- Added info about control layers to tooltip #1996
- Added info about wildcard choices to tooltip
- Changed "Copy Info to Clipboard" to JSON format. It now has a lot of additional information that does not fit into the tooltip.
Other Changes
- New Guide: Edit Models
- Improved performance of image transfer between Krita and ComfyUI #1265
- Added confirmation dialog when discarding images from history
- Disabled batch size for Qwen Nunchaku (it doesn't work yet) #2114
- More robust model detection with progress indicator when connecting #2079 #1796
- Allow the plugin to connect to remote ComfyUI server over Zrok (by @21dh114172)
- Fixed not being able to override architecture for Flux & Qwen in style settings
- Fixed consistency issues in edit mode (strength slider, copy prompt)
Version 1.40.1
Download krita_ai_diffusion-1.40.1.zip
Changes
- Fixed context area for Fill / Expand / Remove-Content being smaller than intended #2095
- Fixed an issue where text encoder models were not found on custom ComfyUI installs #2082
- Fixed validation error "CLIPLoader: Value not in list" related to custom workflow import #2087
- Fixed Illustrious models not being selectable in the installer #2096
- Fixed Qwen image generation without prompt #2091
Version 1.40.0
Download krita_ai_diffusion-1.40.0.zip
Qwen Image (experimental)
Qwen image models are some of the largest open models that can run locally. They offer high precision and great text understanding, but require a lot of GPU power to run. They support a large variety of content (subjects and styles) and understand many languages without external translation.
There are also Qwen edit models for instruction based changes.
See the Discussion for supported features and model downloads. Thanks @Danamir for the PR!
Edit Toggle
You can now link a regular image model with an edit model, to swap between tasks more easily.
First, make sure you have Styles for both your image model (eg. Illustrious) and the edit model (eg. Flux Kontext). Then link them in the Style settings.
Now when you have the image Style active, you can toggle Edit mode. It remembers its own prompt and reference images.
Other Changes
- Added Indonesian translations by @DDAANN222
- Hide alternative Flux models in installer if they're not recommended/supported by hardware #2048
- Replace WaveSpeed cache with ComfyUI's EasyCache (custom node is no longer installed)
- Updated default styles for more recent models and edit model links
- Only require
clip-vision-vit-hmodel for SD1.5 / SDXL, it is no longer needed to connect - Increased limits for maximum history size
- Improved typing performance in text prompt box for large documents
- Fixed compatibility with latest ComfyUI #2077 #2080
- Fixed naming collision when running
download_models.pyscript - Fixed incorrect sha256 for SD1.5 face Lora
Version 1.39.2
Download krita_ai_diffusion-1.39.2.zip
Fixes an installation issue due to broken dependency package on Windows #2025 #2028
Version 1.39.0
Download krita_ai_diffusion-1.39.1.zip
Changes
- Added option (default: off) to save generation metadata to images saved directly from the history (by @sfisher)
- Added option (default: PNG) to select image format when saving images directly from the history (by @nolan778)
- Clearing the generation history now also removes the preview layer #1926
- Prompts can now contain comments: text after a
#is ignored until the next line break - The negative prompt text box is now disabled when a model doesn't use negative prompts
- Fixed a hang/crash when images finish faster than they can be saved to document history. This usually only happened when producing the same image due to fixed seed.
- Prioritize Flux ControlNet models over Flux Tools LoRA #2000
- Edit models (like Flux Kontext) can now be used for batch generation in the animation workspace
- Custom graphs: Mask returned by the "Krita Selection" node is now fully opaque if there is no selection or the entire image is selected #1997
- Custom graphs: "Krita Selection" node now has a bool output to indicate if there is an active selection (requires nightly version of comfyui-tooling-nodes)
- External server: Retry connection a few times at Krita startup when ComfyUI isn't running yet #2004
- External server: No longer demand Clip Vision (ViT-H) model for base models that don't use it (Flux, Illu, Chroma) #2007
- Managed install: Added Flux Nunchaku fp4 models for users of NVIDIA 5000 series GPUs #1991
- Managed install: show a warning message when trying to install CUDA backend without a supported GPU
