Download krita_ai_diffusion-1.34.0.zip
Changes
- Upgraded managed install to PyTorch 2.7.0 / CUDA 12.8
- This version supports NVIDIA Blackwell GPU (RTX 5000 series)
- Make sure your graphics driver is up to date
- Support for Flux Union ControlNet #1720
- download fp16 to
models/controlnet/FLUX.1-dev-ControlNet-Union-Pro-2.0.safetensors - or download fp8 to
models/controlnet/FLUX.1-dev-ControlNet-Union-Pro-2.0-fp8.safetensors
- download fp16 to
- Fixed installation on Windows systems where PSModulePath environment variable doesn't exist
- Fixed insightface installation on Windows #1727
- Fixed parameter nodes in custom workflows that didn't accept default values
- Better handling of queue button dropdown menu (by @FeepingCreature)