SG161222 · image

SPARK.Chroma_preview

SG161222/SPARK.Chroma_preview

SPARK.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.

From the file· summed from 1 file(s)
Parameters
8.9B
Architecture
Context
native (config.json)
License
apache-2.0

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q4_04.71 GiB5,058,093,0884.547Green-Sky
Q4_K4.71 GiB5,059,219,4884.548Green-Sky
Q5_K5.75 GiB6,169,792,5445.546Green-Sky
Q6_K6.85 GiB7,349,776,4166.607Green-Sky
Q8_08.85 GiB9,500,549,1528.540Green-Sky

Pipeline components

a diffusion model is a graph of parts, not one file
ComponentSizeShareCan live on the CPU?
text encoder8.87 GiB25%yes — the usual first VRAM saving
denoiser26.01 GiB74%no, must be resident
vae0.16 GiB0%no, must be resident
Full pipeline35.03 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_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.