fal · image

AuraFlow-v0.3

fal/AuraFlow-v0.3

AuraFlow-v0.3 at Q4_K_M is exactly 4,047,070,496 bytes (3.77 GiB / 4.05 GB) — an effective 4.721 bits per weight, not the nominal 4.

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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q2_K2.23 GiB2,395,563,2962.794city96
Q3_K_S2.84 GiB3,047,318,8163.554city96
Q3_K_M2.91 GiB3,126,551,8403.647city96
Q4_03.68 GiB3,949,749,5364.607city96
Q4_K_S3.68 GiB3,954,468,1284.613city96
Q4_K_M3.77 GiB4,047,070,4964.721city96
Q4_14.07 GiB4,374,422,8165.102city96
Q5_K_S4.47 GiB4,799,096,0965.598city96
Q5_04.47 GiB4,799,096,0965.598city96
Q5_K_M4.52 GiB4,849,231,1365.656city96
Q5_14.87 GiB5,223,769,3766.093city96
Q6_K5.31 GiB5,701,526,8166.650city96
Q8_06.84 GiB7,347,135,7768.570city96
F1612.78 GiB13,717,234,97616.000city96

Pipeline components

a diffusion model is a graph of parts, not one file
ComponentSizeShareCan live on the CPU?
text encoder7.31 GiB16%yes — the usual first VRAM saving
vae0.47 GiB1%no, must be resident
denoiser38.33 GiB83%no, must be resident
Full pipeline46.10 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 3.59 GiB. The real file is 3.77 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 AuraFlow-v0.3 need?
Q4_K_M is exactly 4,047,070,496 bytes (3.77 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of AuraFlow-v0.3 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.