Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -30,8 +30,8 @@ tensor-core acceleration on Ampere) and roughly half the VRAM of BF16.
|
|
| 30 |
|
| 31 |
| File | Precision | Size | Use |
|
| 32 |
|------|-----------|------|-----|
|
| 33 |
-
| `Krea2-Turbo-int8-ConvRot.safetensors` | INT8 ConvRot |
|
| 34 |
-
| `Krea2-Raw-int8-ConvRot.safetensors` | INT8 ConvRot |
|
| 35 |
|
| 36 |
Original BF16 checkpoints are ~26.6 GB each. Quantized with the K2 profile: the 28 main DiT blocks are INT8,
|
| 37 |
while the sensitive layers (`first`, `last`, `tmlp`, `tproj`, `txtfusion`, `txtmlp`) are kept in high precision.
|
|
|
|
| 30 |
|
| 31 |
| File | Precision | Size | Use |
|
| 32 |
|------|-----------|------|-----|
|
| 33 |
+
| `Krea2-Turbo-int8-ConvRot.safetensors` | INT8 ConvRot | 14.1 GB | 8-step distilled, fast text-to-image |
|
| 34 |
+
| `Krea2-Raw-int8-ConvRot.safetensors` | INT8 ConvRot | 14.1 GB | Undistilled base — fine-tuning / LoRA training / research |
|
| 35 |
|
| 36 |
Original BF16 checkpoints are ~26.6 GB each. Quantized with the K2 profile: the 28 main DiT blocks are INT8,
|
| 37 |
while the sensitive layers (`first`, `last`, `tmlp`, `tproj`, `txtfusion`, `txtmlp`) are kept in high precision.
|