Download krita_ai_diffusion-1.33.0.zip
Installer Changes
The built-in ("managed") installer now uses a fixed Python version and environment on all platforms. Python will be downloaded and installed if needed.
This can resolve various issues:
- Windows: Conflicts with prior installations of Python
- Linux/macOS: No longer required to manually install python / venv
- Linux/macOS: System Python being too new or old
- macOS: Unable to install module "xatlas" #1622 #1687 #1570
- macOS: Could not find a version that satisfies requirement torch #1567
- Windows: Automatic reinstall when switching between CPU / DirectML / CUDA
Warning
While this change is targeted at new installations, it is possible it might interfere with existing installations in some cases. Please create an issue if you encounter problems.
Other Changes
- Support NoobAI Inpainting ControlNet for Illustrious models (will be used for "Seamless" Fill if available)
- Removed "Hand" control layer from installer packages. Custom installs can still use it, but it may be removed in future versions.
- Make generating via keyboard shortcut work in custom/graph workspace #1675
- Make "Copy Prompt" action also copy prompt text into the clipboard #1678
- Only show enabled LoRAs in result image metadata (by @nolan778)
- Show a warning when a LoRA is not compatible with the checkpoint model (currently Cloud-only)
- Increases minimum context size for selections. This should improve results with refinement of very small selections.
- Fixed custom painted widgets (eg. Generate, Queue buttons) for right-to-left language layouts
- Fixed assertion error when previewing old results after changing canvas resolution
- Force tiled VAE encode where possible if activated in settings #1658