OnomaAIResearch · image

Illustrious-xl-early-release-v0

OnomaAIResearch/Illustrious-xl-early-release-v0

Illustrious-xl-early-release-v0 at Q4_K_M is exactly 6,109,905,792 bytes (5.69 GiB / 6.11 GB) — an effective 19.038 bits per weight, not the nominal 4.

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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K4 shards3.30 GiB3,540,753,79211.033calcuis
Q3_K_S4 shards4.16 GiB4,469,348,99213.926calcuis
Q3_K_M4 shards4.30 GiB4,615,130,75214.380calcuis
Q3_K_L4 shards4.42 GiB4,750,667,39214.803calcuis
Q4_K_S4 shards5.43 GiB5,830,307,71218.167calcuis
Q4_K_M4 shards5.69 GiB6,109,905,79219.038calcuis
Q5_K_S4 shards6.62 GiB7,107,870,59222.148calcuis
Q5_K_M4 shards6.75 GiB7,252,792,19222.599calcuis
Q4_05 shards7.23 GiB7,764,882,43224.195calcuis
Q4_15 shards7.96 GiB8,543,608,83226.621calcuis
Q5_05 shards8.68 GiB9,322,335,23229.048calcuis
Q5_15 shards9.41 GiB10,101,061,63231.474calcuis
Q6_K5 shards10.29 GiB11,049,608,832calcuis
Q8_05 shards13.03 GiB13,994,693,632calcuis
F167 shards20.81 GiB22,345,780,864calcuis

Pipeline components

a diffusion model is a graph of parts, not one file
ComponentSizeShareCan live on the CPU?
text encoder0.69 GiB4%yes — the usual first VRAM saving
vae0.47 GiB2%no, must be resident
text encoder 23.88 GiB20%yes — the usual first VRAM saving
denoiser14.35 GiB74%no, must be resident
Full pipeline19.38 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 1.35 GiB. The real file is 5.69 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 Illustrious-xl-early-release-v0 need?
Q4_K_M is exactly 6,109,905,792 bytes (5.69 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of Illustrious-xl-early-release-v0 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.