Download krita_ai_diffusion-1.45.0.zip
Custom Workflows
This update brings various features to improve custom inpaint and upscale workflows.
Selection node
- Can now define a crop region to only transfer part of the image and mask
- Context crop area is based on the selection size, with optional extra padding
- Crop area affects the selection mask, and the Canvas node (but not the Layer nodes)
- Documentation | Example Workflow
Output node
- Can now specify a pixel offset where the result is inserted into the canvas
- Results can be named (used as layer name when applied)
- Added options to interpret batches of images as separate results, or animation frames, or individual layers
- Added option to resize canvas to the output size when it is applied in Krita (by @Kebolder)
- Documentation
Fixes
- Fixed Parameter node min/max being reset to default when it's set to 0
- Fixed detection of integer widget for Parameter node
Note
Remember to update comfyui-tooling-nodes if you are using a custom install!
Other Changes
- Support Z-Image Nunchaku SVDQ model (by @fukc-gihtub)
- Note: no Lora or ControlNet for now, use the regular model or GGUF if you need that
- Detect Qwen Image Edit 2511 by name and set the correct default architecture #2245
- Improved performance of Style Lora UI #2247
- Managed install: Upgrade PyTorch to 2.9.1 and Nunchaku to 1.1.0
- Fixed manual typing of installation path in managed server UI
- Fixed switch widget style not being consistent
- Better initial settings window size for higher screen resolutions