CoolFace
Modelpublic

mflux-community/qwen-image-2-1-mflux-q4

sourceHugging Faceotherupdated 1d agoView on Hugging Face
0likes2.6kdownloads
Model Card

Qwen-Image 2.1 · MFlux Q4

This is a Q4 MFlux version of **Qwen-Image-2.1**.

**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 Qwen-Image-2.1

Converted on 2026-09-22.

Standard MFlux quantization uses MLX affine quantization (4-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 Qwen-Image-2.1 Q4:

bash
mflux-generate-qwen-2.1 \
  --model mflux-community/qwen-image-2-1-mflux-q4 \
  --base-model qwen-image-2.1 \
  --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/qwen-image-2-1-mflux-q4 --local-dir ./qwen-image-2-1-mflux-q4

then pass --model ./qwen-image-2-1-mflux-q4.

License

This repo inherits the license of the original model: qwen-research. 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