jdopensource · image

JoyAI-Image-Edit-Plus-Diffusers

jdopensource/JoyAI-Image-Edit-Plus-Diffusers

JoyAI-Image-Edit-Plus-Diffusers at Q4_K_M is exactly 11,596,270,656 bytes (10.80 GiB / 11.60 GB) — an effective 5.704 bits per weight, not the nominal 4.

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

Shipped quantizations

exact bytes, summed from published files
QuantSizeExact bytesEffective bpwTensorsPublisher
Q3_K_S7.33 GiB7,871,728,7043.872vantagewithai
Q3_K_M8.32 GiB8,932,363,3284.394vantagewithai
Q4_09.57 GiB10,277,162,0485.055vantagewithai
Q4_K_S9.84 GiB10,562,374,7205.196vantagewithai
Q4_110.10 GiB10,847,587,3925.336vantagewithai
Q4_K_M10.80 GiB11,596,270,6565.704vantagewithai
Q5_K_S10.90 GiB11,703,225,4085.757vantagewithai
Q5_011.17 GiB11,988,438,0805.897vantagewithai
Q5_111.70 GiB12,558,863,4246.178vantagewithai
Q5_K_M12.19 GiB13,084,724,2886.436vantagewithai
Q6_K12.89 GiB13,842,320,4486.809vantagewithai
Q8_016.52 GiB17,743,023,1688.728vantagewithai

Pipeline components

a diffusion model is a graph of parts, not one file
ComponentSizeShareCan live on the CPU?
denoiser30.29 GiB65%no, must be resident
vae0.24 GiB1%no, must be resident
text encoder16.33 GiB35%yes — the usual first VRAM saving
Full pipeline46.86 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 8.52 GiB. The real file is 10.80 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 JoyAI-Image-Edit-Plus-Diffusers need?
Q4_K_M is exactly 11,596,270,656 bytes (10.80 GiB) in weights. Add the KV cache, which depends on your context length, plus roughly half a gigabyte of runtime overhead.
Which quantization of JoyAI-Image-Edit-Plus-Diffusers 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.