Views
No views yet
sample_512.png is this checkpoint's).1hf download microsoft/Mage-Flow-Turbo --local-dir Mage-Flow-Turbo
2hf download microsoft/Mage-Flow-Edit-Turbo --include "text_encoder/*" --include "vae/*" --local-dir Mage-Flow-Turbo # shared components (byte-identical family-wide)
3hf download xocialize/Mage-Flow-Turbo-mlx folded_adaln.safetensors --local-dir Mage-Flow-Turbo
4swift run -c release mage-flow-edit --repo Mage-Flow-Turbo --t2i --prompt "a red fox sitting in a snowy forest, photorealistic" --out out.png --steps 4 --cfg 1.0| file | recipe | gate |
|---|---|---|
transformer-int8.safetensors | int8 g32 affine, attn+MLP Linears only | int8 quant-vs-bf16 0.999901 (family threshold 0.9998) -> PASS |
transformer-int4.safetensors | int4 g64 affine, same scope | int4 quant-vs-bf16 0.991463 (family threshold 0.9900) -> PASS |
proj_out). Files are
self-describing (metadata carries bits / group size / kept blocks) and load
directly with no bf16 peak — int8 gate: quant-vs-bf16 per-pass, family threshold ≥ 0.9998; int4 gate: quant-vs-bf16 per-pass, family threshold ≥ 0.99.
Quantization is weight-only: the mandatory content filter and the bit-exact
Gaussian-Shading watermark are unaffected. Measured t2i peak GPU @1024²:
bf16 19.6 → int8 17.2 → int4 16.1 GB.1# quant tier: skip the 7.7 GB bf16 transformer entirely
2hf download microsoft/Mage-Flow-Turbo --include "text_encoder/*" --include "vae/*" --local-dir Mage-Flow-Turbo
3hf download xocialize/Mage-Flow-Turbo-mlx folded_adaln.safetensors --local-dir Mage-Flow-Turbo
4hf download xocialize/Mage-Flow-Turbo-mlx transformer-int4.safetensors --local-dir Mage-Flow-Turbo
5swift run -c release mage-flow-edit --repo Mage-Flow-Turbo --dit-quant Mage-Flow-Turbo/transformer-int4.safetensors ...MLXMageFlow (same repo) wraps the family as MageFlowT2IPackage
/ MageFlowEditPackage — quant tiers auto-materialize these files via
WeightSourcing.