Does Qwen-Image-Bench fit in 8GB of VRAM?

Not at these settings. No indexed quantization of Qwen-Image-Bench fits 8GB card at any context we compute, with f16 KV. The smallest shipped quantization is 9.98 GiB in weights alone, against 7.44 GiB usable. CPU offload can still run it, slowly.

From the file· weights summed from filesFrom the file· KV computed per layerPredicted· speed and compute buffer
KV cache dtypef16q8_0q4_08 GB card, 7.44 GiB usable after overhead

Every quantization at every context

total memory required; green fits, red does not
QuantWeights4K8K16K32K64K128K
BF1650.11 GiB51.251.552.053.055.059.0
Q8_026.63 GiB27.728.028.529.531.535.5
Q6_K20.57 GiB21.721.922.423.425.429.4
Q5_K_M17.91 GiB19.019.319.820.822.826.8
Q4_K_M15.41 GiB16.516.817.318.320.324.3
Q3_K_M12.39 GiB13.513.814.315.317.321.3
Q2_K9.98 GiB11.111.311.812.814.818.8
From the filePredictedwhat these mean

Figures are GiB of total memory: weights plus KV cache plus compute buffer and backend overhead. Weights and KV are near-exact; the overhead term is modeled. Hover any cell for the breakdown.

Why there are no speeds on this page

A capacity is not a card. Whether a model fits depends only on memory, so every figure above holds for any 8GB accelerator. How fast it runs depends on memory bandwidth, which varies several-fold between cards of the same capacity — so putting a tokens-per-second number here would be inventing one. Pick a specific card from hardware and the speed column appears.

Why other calculators disagree

A parameters × bits ÷ 8 estimate ignores two things that dominate at long context. First, the weights themselves are not the nominal rate — quantizations are mixtures, so the real file is consistently larger than the label implies. Second, the KV cache grows linearly with context and, past about 32K, becomes larger than the weights for many models.