Version 1.10.0
Download krita_ai_diffusion-1.10.0.zip
This version updates the managed ComfyUI server to the latest versions. To those who manage their own ComfyUI install, please make sure you are up-to-date (including custom nodes) to avoid issues!
Advanced Text Prompts
This release adds convenient shortcuts for editing text prompts:
- Emphasize (Ctrl+Up) or reduce importance (Ctrl+Down) of words or expressions
- Applies to a single word at the cursor, or an entire selection
- Will add a weight: >1 for higher, <1 for lower importance (recommended range: 0.7-1.3)
- Add LoRA directly by writing
<lora:filename>
- Must match the filename of an existing LoRA file (extension is optional)
- Also supports custom weights with Ctrl+Up/Down!
Thank you @huchenlei and @Danamir for the extensions.
Improved Preview Layer handling
There are a number of small fixes and changes to iron out how preview layers are handled, and avoid confusion when results are buried somewhere in the layer stack:
- Canvas actions (painting, selections) will no longer be interrupted when generation finishes #201
- Except for the very first generation, which will automatically show up as preview in the canvas
- You can now disable auto-preview in the Interface settings if you don't want to be interrupted at any time
- Previews are always inserted at the top of the layer stack
- Selecting a thumbnail will move preview to the top
- The active layer now remains unchanged when toggling preview results (preview layers never become active)
- Control images, upscales and applied results are inserted on top and become active layers
Other Changes
- Can now set the strength of reference "Image" control layers (aka. IP-Adapter) individually
- Added a
download_models.py
script to make custom ComfyUI installs easier #113 #165- How to use. It lists and downloads all models used by the plugin.
- Fixed missing "Add pose" button #200
- Fixed history widget layout for large width #210
- The installer now explicitly installs wheel and setuptools packages #160 #185 #187
- Checkpoint base models which are not supported (SD2, SSD-1B, SVD) are now filtered out
- More lenient handling and improved error reporting for encoding issues #191
- Improved error message for missing upscale models
- Fixed assertion when closing a document while Live mode is active