Views
No views yet
| File | What | Size | Folder in ComfyUI |
|---|---|---|---|
bernini_r_1.3B-bf16.safetensors | renderer (native, full precision) | ~2.8 GB | models/diffusion_models/ |
bernini_r_1.3B-Q8_0.gguf | renderer (GGUF, near-bf16) | ~1.5 GB | models/unet/ |
bernini_r_1.3B-Q6_K.gguf | renderer (GGUF, high quality) | ~1.1 GB | models/unet/ |
bernini_r_1.3B-Q5_K_M.gguf | renderer (GGUF, balanced) | ~1.0 GB | models/unet/ |
bernini_r_1.3B-Q4_K_M.gguf | renderer (GGUF, smallest) | ~0.8 GB | models/unet/ |
vae/wan_2.1_vae.safetensors | Wan 2.1 VAE | ~0.25 GB | models/vae/ |
text_encoders/umt5-xxl-encoder-Q5_K_M.gguf | UMT5 text encoder (GGUF — used by the workflows) | ~4.1 GB | models/text_encoders/ |
text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors | UMT5 text encoder (fp8 — optional fallback) | ~6.4 GB | models/text_encoders/ |
CLIPLoaderGGUF).workflows/bernini_i2i_1.3B.json (or grab it from the node repo). It's a
single-expert graph — no model_low. Put your image, run.
bf16): BerniniR · Load Model (native). GGUF: UnetLoaderGGUF → BerniniR · Apply Patches → Source Stream → Guider (leave model_low empty).CLIPLoaderGGUF (type = wan) → umt5-xxl-encoder-Q5_K_M.gguf. The graphs default to the GGUF encoder because the fp8 .safetensors one triggers a Windows / torch-2.8 access violation under memory pressure; the fp8 file is kept only as an optional fallback.UMT5 GGUF text encoder quantized by city96.
model = high, model_low = low).