Views
No views yet
sample_512.png is this checkpoint's).1hf download microsoft/Mage-Flow --local-dir Mage-Flow
2hf download microsoft/Mage-Flow-Edit-Turbo --include "text_encoder/*" --include "vae/*" --local-dir Mage-Flow # shared components (byte-identical family-wide)
3hf download xocialize/Mage-Flow-mlx folded_adaln.safetensors --local-dir Mage-Flow
4swift run -c release mage-flow-edit --repo Mage-Flow --t2i --prompt "a red fox sitting in a snowy forest, photorealistic" --out out.png --steps 20 --cfg 5.0| file | recipe | gate |
|---|---|---|
transformer-int8.safetensors | int8 g32 affine, attn+MLP Linears only | int8 quant-vs-bf16 0.999928 (family threshold 0.9998) -> PASS |
transformer-int4.safetensors | int4 g64 affine, same scope | int4 quant-vs-bf16 0.996968 (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 --include "text_encoder/*" --include "vae/*" --local-dir Mage-Flow
3hf download xocialize/Mage-Flow-mlx folded_adaln.safetensors --local-dir Mage-Flow
4hf download xocialize/Mage-Flow-mlx transformer-int4.safetensors --local-dir Mage-Flow
5swift run -c release mage-flow-edit --repo Mage-Flow --dit-quant Mage-Flow/transformer-int4.safetensors ...MLXMageFlow (same repo) wraps the family as MageFlowT2IPackage
/ MageFlowEditPackage — quant tiers auto-materialize these files via
WeightSourcing.