black-forest-labs · image

FLUX.2-klein-9B

black-forest-labs/FLUX.2-klein-9B

FLUX.2-klein-9B at Q4_K_M is exactly 5,027,783,648 bytes (4.68 GiB / 5.03 GB) — an effective 4.431 bits per weight, not the nominal 4.

From the file· summed from 1 file(s)
Parameters
9.1B
Architecture
flux
Context
native (config.json)
License
other

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K3.71 GiB3,980,450,0803.508unsloth
Q3_K_S4.37 GiB4,689,287,4564.132unsloth
Q3_K_M4.44 GiB4,769,503,5204.203201unsloth
Q4_K_M4.68 GiB5,027,783,6484.431ponpoke
Q4_05.23 GiB5,616,228,6404.949201unsloth
Q4_K5.32 GiB5,716,892,0325.038wikeeyang
Q4_K5.32 GiB5,716,892,0325.038wikeeyang
Q4_K_S5.43 GiB5,834,332,4485.141unsloth
Q4_K_M5.50 GiB5,909,829,9205.208201unsloth
Q4_15.74 GiB6,161,488,1605.429unsloth
Q5_06.25 GiB6,706,747,6805.910unsloth
Q6_K6.26 GiB6,725,899,2325.927ponpoke
Q5_K6.35 GiB6,813,702,5286.004wikeeyang
Q5_K6.35 GiB6,813,702,5286.004wikeeyang
Q5_K_S6.46 GiB6,938,482,9766.114unsloth
Q5_K_M6.54 GiB7,018,699,0406.185201unsloth
Q5_16.75 GiB7,252,007,2006.390unsloth
Q6_K7.33 GiB7,865,424,1606.931201unsloth
Q6_K7.33 GiB7,865,424,2566.931201wikeeyang
Q6_K7.33 GiB7,865,424,2566.931wikeeyang
Q8_08.11 GiB8,709,518,3047.675ponpoke
Q8_09.29 GiB9,978,304,8008.793201unsloth
Q8_09.29 GiB9,978,304,8968.793wikeeyang
Q8_09.29 GiB9,978,304,8968.793201wikeeyang
F1615.26 GiB16,388,043,74414.441ponpoke
F1616.91 GiB18,157,197,60016.000201unsloth
BF1616.91 GiB18,157,197,60016.000unsloth
Q8_06 shards54.44 GiB58,454,190,336xPhoenix777
Q5_K_M13 shards78.50 GiB84,284,131,648xPhoenix777

Pipeline components

a diffusion model is a graph of parts, not one file
ComponentSizeShareCan live on the CPU?
denoiser16.91 GiB52%no, must be resident
vae0.16 GiB0%no, must be resident
text encoder15.26 GiB47%yes — the usual first VRAM saving
Full pipeline32.32 GiBresident if nothing is offloaded

The parameter count published for a diffusion model describes the denoiser alone. Running it also requires its text encoder and VAE, and the text encoder is often nearly as large as the denoiser — which is why offloading it is the standard first move when you run out of memory. This repository also ships a single-file copy of the denoiser at its root; we count it once, not twice.

We publish component sizes here, not throughput. Community-submitted image-generation rates do exist for many GPUs and we show them on the hardware pages, but they aggregate runs at different resolutions, step counts and settings, so they cannot be attributed to one model. Peak memory during sampling is unmeasured by any public source, and we do not estimate it.

Compare with

same modality, comparable size

Will it run on your card?

full quant x context sweep

Why other calculators give a different number

A parameters × bits ÷ 8 estimate puts Q4_K_M at roughly 4.76 GiB. The real file is 4.68 GiB, because a quantization is a mixture and some tensors are always kept at higher precision.

Architecture

Architecture unavailable — this repository is gated and no ungated mirror was found. Exact file sizes above are still authoritative; only the KV math needs the config.

Questions people ask

How much VRAM does FLUX.2-klein-9B need?
Q4_K_M is exactly 5,027,783,648 bytes (4.68 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of FLUX.2-klein-9B should I use?
Q4_K_M is the usual default. Pick the largest quantization that fits your card at the context you actually need — the table above gives exact sizes for every one published.