Download krita_ai_diffusion-1.28.0.zip
Built-in Style Model Updates
The built-in styles now refer to a range of models rather than one specific checkpoint, which allows for smoother updates. The following changes have been made to the recommended checkpoint list:
- [SD1.5] Serenity 2.1 (may replace RealisticVision5)
- [SDXL] RealVisXL 5.0 (may replace Juggernaut6)
- [SDXL] Pixelwave 11
As before those are just recommendations to get started with, you can always make your own choice.
New additions are also available on interstice.cloud
Custom Workflow Parameters
- Can now explicitly define the order of parameters
- Added parameter groups to aggregate related inputs
- Added button to reset all parameters in a group
Please check the documentation on how it works!
Managed Server Model Location
Models are now stored next to the ComfyUI installation folder, to allow smoother updates.
Eg. from .../ServerPath/ComfyUI/models
to .../ServerPath/models
.
Migration should happen automatically. Please find and put your models there afterwards (or use extra_model_paths.yaml).
Other Changes
- Updated managed ComfyUI & GGUF nodes (enables SD3.5 medium, #1383)
- Disable upscale button while upscale is in progress #1270
- Upscale: only show target size on hover to avoid showing old information #1264
- Fixed small but constant memory leak (even when doing nothing), #1359 by @FeepingCreature
- Fixed custom workflow parameter node min/max not accepting negative values #1381
- Error messages are now confined to a box, added "Copy to clipboard" button #1351
- Fixed clamp not being applied to grow/feather values
- Fixed Lora selection box expanding the Settings window #1343
- Fixed auto-completion with trailing space #1294
- Fixed text weight editing across multiple lines #1379
- Automatically switch to remote custom workflow after clicking "Open Web UI" button