| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-08-28 | 438 Bytes | |
| imference-desktop-go-macos-universal.app.zip | 2026-08-28 | 12.9 MB | |
| imference-desktop-go-macos-universal.dmg | 2026-08-28 | 14.2 MB | |
| imference-desktop-go-windows-amd64-installer.exe | 2026-08-28 | 8.1 MB | |
| imference-desktop-go-windows-amd64.exe | 2026-08-28 | 15.1 MB | |
| README.md | 2026-08-28 | 692 Bytes | |
| v0.4.3 - Krea 2 mixed-dtype checkpoint fix source code.tar.gz | 2026-08-28 | 2.8 MB | |
| v0.4.3 - Krea 2 mixed-dtype checkpoint fix source code.zip | 2026-08-28 | 2.8 MB | |
| v0.4.3 source code.tar.gz | 2026-08-28 | 2.8 MB | |
| v0.4.3 source code.zip | 2026-08-28 | 2.8 MB | |
| Totals: 10 Items | 61.6 MB | 4 | |
Patch release on top of v0.4.2.
Fixed
Some Krea 2 custom checkpoints crashed at the first denoising step (self and mat2 must have the same dtype, but got Float and BFloat16): certain civitai finetune files carry fp32 biases next to bf16/fp8 weights. The bundled engine (now v0.4.3) unifies every floating tensor to the compute dtype at load, so these files render normally.
Nothing else changes. Existing installs upgrade the engine automatically on first launch (the startup version check reinstalls a mismatched venv).