Views
No views yet
| File | Size | Status |
|---|---|---|
krea2_raw_nvfp4_convrot_int8.safetensors | 12 GB | Best quality |
krea2_raw_nvfp4.safetensors | 8.3 GB | Tested |
| BF16 | NVFP4 (this repo) |
|---|---|
![]() | ![]() |
![]() | ![]() |
ctq):ctq -i krea2_raw_bf16.safetensors -o krea2_raw_nvfp4.safetensors \
--nvfp4 --comfy_quant --save-quant-metadata --low-memory --krea2--krea2 keeps the text-fusion branch (txtfusion.*) and a handful of small first/last layers
(first, last.linear, tmlp.*, txtmlp.*, tproj.1) at full precision; all 28 main transformer
blocks (attention + MLP, 224 of 264 weight tensors, ~95% of weight parameters) are quantized to
NVFP4 with learned-rounding optimization (SVD-based, the tool's default — not RTN/--simple).--simple (RTN, no learned rounding); this one replaces it.krea2_raw_nvfp4_convrot_int8.safetensors is a mixed-format build on top of the NVFP4 file above:
attention layers in the 24 interior transformer blocks use ConvRot INT8 instead of NVFP4, MLP
layers stay NVFP4, and the first 2 and last 2 transformer blocks are kept at full bf16. Same
Blackwell GPU requirement as the NVFP4 file.