ideogram-ai · image

ideogram-4-fp8

ideogram-ai/ideogram-4-fp8

ideogram-4-fp8 at Q4_K_M is exactly 5,027,785,568 bytes (4.68 GiB / 5.03 GB) — an effective 4.334 bits per weight, not the nominal 4.

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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q4_04.46 GiB4,787,333,9844.126rectangleworm
Q4_K_S4.47 GiB4,802,014,0484.139rectangleworm
Q4_K_M4.68 GiB5,027,785,5684.334rectangleworm
Q4_14.89 GiB5,247,757,1524.523rectangleworm
Q5_K_S5.33 GiB5,720,763,2324.931rectangleworm
Q4_K5.41 GiB5,804,252,9605.003rectangleworm
Q5_K_M5.45 GiB5,851,114,3365.043rectangleworm
Q6_K6.26 GiB6,725,901,1525.797rectangleworm
Q5_06.41 GiB6,887,169,8245.936rectangleworm
Q6_K7.49 GiB8,037,768,9926.928rectangleworm
Q8_08.11 GiB8,709,520,2247.507rectangleworm
Q8_09.44 GiB10,135,920,4168.736rectangleworm
Q8_09.44 GiB10,135,920,4168.736rectangleworm
Q4_02 shards10.51 GiB11,287,641,6649.729molbal
Q4_02 shards10.51 GiB11,287,641,6649.729leejet
Q4_12 shards11.56 GiB12,410,666,56010.697molbal
Q5_02 shards12.60 GiB13,533,691,45611.665molbal
Q5_12 shards13.65 GiB14,656,716,35212.633molbal
Q8_02 shards18.88 GiB20,271,840,83217.473molbal

Pipeline components

a diffusion model is a graph of parts, not one file
ComponentSizeShareCan live on the CPU?
denoiser8.65 GiB51%no, must be resident
text encoder8.18 GiB48%yes — the usual first VRAM saving
vae0.16 GiB1%no, must be resident
Full pipeline16.98 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.

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.86 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 ideogram-4-fp8 need?
Q4_K_M is exactly 5,027,785,568 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 ideogram-4-fp8 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.