CoolFace
Modelpublic

mflux-community/z-image-turbo-mflux-q8

sourceHugging Faceapache-2.0updated 1d agoView on Hugging Face
0likes21kdownloads
Model Card

Z-Image Turbo · MFlux Q8

This is a Q8 MFlux version of **Z-Image-Turbo**.

**MFlux** runs the latest state-of-the-art generative image models locally on your Mac in native MLX. MFlux is open source and free.

[!NOTE] Community conversion by MFlux-Community -- not an official release from the original model's authors. The original model's license applies unchanged, see License.

MFlux versions of Z-Image-Turbo

Converted on 2026-08-03.

Standard MFlux quantization uses MLX affine quantization (8-bit) across the text encoder, transformer and VAE. The quantization level is stored in the weights, so no --quantize flag is needed.

Usage

Install MFlux

bash
uv tool install --upgrade mflux

Generate an image using Z-Image-Turbo Q8:

bash
mflux-generate-z-image-turbo \
  --model mflux-community/z-image-turbo-mflux-q8 \
  --base-model z-image-turbo \
  --prompt "A puffin standing on a cliff" \
  --width 1024 \
  --height 1024 \
  --seed 42 \
  --output image.png

The weights are downloaded from this repo on first use. To keep a local copy instead:

bash
hf download mflux-community/z-image-turbo-mflux-q8 --local-dir ./z-image-turbo-mflux-q8

then pass --model ./z-image-turbo-mflux-q8.

License

This repo inherits the license of the original model: apache-2.0. See the original model card for the full terms and any usage restrictions. The weights here were modified from the original release only by conversion to MLX and quantization.

Credits