Views
No views yet
mlx-gen (and the SceneWorks worker that embeds it): the
weights are group-wise-affine quantized and repacked from the original bf16 diffusers checkpoint so the
model loads and runs natively on Apple Silicon with no Python/PyTorch sidecar.krea/Krea-2-Turbo (itself fine-tuned/distilled from krea/Krea-2-Raw).mlx-gen project. No retraining or
fine-tuning was performed — only numerical quantization and on-disk re-layout.LICENSE.pdf (also at
https://huggingface.co/krea/Krea-2-Turbo/blob/main/LICENSE.pdf). In the event of any conflict, the Krea
Acceptable Use Policy and Krea 2 Community License control.Deployer obligation (content filtering). The Krea 2 Community License requires anyone who deploys the model to implement content-filtering measures or equivalent review processes appropriate to their use case, to prevent the generation or distribution of unlawful or policy-violating content. If you serve this model, you are responsible for those safeguards. Report harmful, illegal, or policy-violating outputs to safety@krea.ai (potential CSAM is escalated to NCMEC as required by law).
.safetensors per stack.
Norms, embeddings, modulation tables, and the text-encoder vision tower stay dense.AutoencoderKLQwenImage): copied unchanged (f32).tokenizer/, scheduler/, model_index.json: copied unchanged.| Path | Quantization | On-disk size | Notes |
|---|---|---|---|
q8/ | Q8 (group size 64) | ~20.6 GB | Default. Near-lossless; needs a 48 GB-class Mac. |
q4/ | Q4 (group size 64) | ~12.5 GB | Lighter footprint; mild quality trade-off. |
krea-2-turbo-mlx/
├── LICENSE.pdf
├── README.md
├── q8/ { transformer/ text_encoder/ vae/ tokenizer/ scheduler/ model_index.json }
└── q4/ { transformer/ text_encoder/ vae/ tokenizer/ scheduler/ model_index.json }mlx-gen's krea_2_turbo engine. Point a loader at the q8/
(or q4/) subdirectory; it auto-detects the packed weights. Krea 2 Turbo is CFG-free — run ~8 steps
with guidance 0 (no negative prompt), up to 2048².