SPARK.Chroma_preview
SG161222/SPARK.Chroma_previewSPARK.Chroma_preview at Q4_0 is exactly 5,058,093,088 bytes (4.71 GiB / 5.06 GB) — an effective 4.547 bits per weight, not the nominal 4.
Shipped quantizations
Pipeline components
| Component | Size | Share | Can live on the CPU? |
|---|---|---|---|
| text encoder | 8.87 GiB | 25% | yes — the usual first VRAM saving |
| denoiser | 26.01 GiB | 74% | no, must be resident |
| vae | 0.16 GiB | 0% | no, must be resident |
| Full pipeline | 35.03 GiB | resident 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
Will it run on your card?
Why other calculators give a different number
A parameters × bits ÷ 8 estimate puts Q4_0 at roughly 4.66 GiB. The real file is 4.71 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 SPARK.Chroma_preview need?
- Q4_0 is exactly 5,058,093,088 bytes (4.71 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
- Which quantization of SPARK.Chroma_preview 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.