Views
No views yet
| Property | Value |
|---|---|
| File size | 7.83 GB (vs 31 GB bf16, 16 GB FP8) |
| Quantization | NF4 (bitsandbytes, double quantization) |
| Layers quantized | 326 nn.Linear → Linear4bit |
| Source weights | SanDiegoDude/JoyAI-Image-Edit-Safetensors (bf16) |
| Tested on | NVIDIA RTX 4090 (24 GB), NVIDIA GB10 |
1git clone https://github.com/SanDiegoDude/JoyAI-Image.git
2cd JoyAI-Image
3python -m venv .venv && source .venv/bin/activate
4pip install -e . && pip install bitsandbytes
5
6# Gradio UI — auto-downloads this NF4 checkpoint + VAE + text encoder
7python app.py --nf4-dit --4bit-vlm
8
9# CLI
10python inference.py --prompt "your prompt" --nf4-dit --4bit-vlm| Component | VRAM |
|---|---|
| NF4 DiT (this file) | ~7.8 GB (resident on GPU) |
| 4-bit VLM text encoder | ~4.4 GB (offloaded after encoding) |
| VAE decode | ~0.5 GB |
| Peak during denoising | ~12 GB |