18.8 GB
14 files
Updated 22 days ago
Name
Size
text_encoders
vae
workflows
.gitattributes1.85 kB
xet
README.md3.52 kB
xet
bernini_r_1.3B-Q4_K_M.gguf983 MB
xet
bernini_r_1.3B-Q5_K_M.gguf1.09 GB
xet
bernini_r_1.3B-Q6_K.gguf1.2 GB
xet
bernini_r_1.3B-Q8_0.gguf1.54 GB
xet
bernini_r_1.3B-bf16.safetensors2.84 GB
xet
README.md

Bernini-R 1.3B โ€” ComfyUI bundle (everything you need)

๐Ÿ’ฌ Discord โ€” updates, roadmaps, projects, or just to chat

๐Ÿ’ป Code / ComfyUI nodes

๐Ÿงฌ Bernini-R 1.3B

14B GGUF (full quality)

The small, accessible Bernini-R for ComfyUI. This repo is self-contained โ€” the 1.3B renderer plus the VAE and text encoder it needs โ€” so you can edit images/video on modest GPUs. It's the lightweight sibling of the 14B GGUF repo (that one is full quality for 24 GB cards).

Bernini-R 1.3B is single-expert (fine-tuned from Wan2.1-T2V-1.3B โ€” no high/low MoE), so it's tiny (~2.6 GB) and runs almost anywhere. It performs close to the 14B on simpler edits (style transfer, watermark/subtitle removal, local editing) and lags on the hardest tasks.

Files

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/

Usage in ComfyUI

  1. Install ComfyUI-BerniniR and ComfyUI-GGUF (required โ€” the graphs load the text encoder with CLIPLoaderGGUF).
  2. Drop each file in the folder from the table above.
  3. Load the workflow 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.
    • Renderer โ€” native (bf16): BerniniR ยท Load Model (native). GGUF: UnetLoaderGGUF โ†’ BerniniR ยท Apply Patches โ†’ Source Stream โ†’ Guider (leave model_low empty).
    • Text encoder: 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.

Need full quality on 24 GB?

Use the 14B dual-expert GGUFs: neuregex/Bernini-R-GGUF. Same nodes, just wire both experts into the guider (model = high, model_low = low).

License: Apache-2.0 (same as Bernini-R and the Wan base).

Total size
18.8 GB
Files
14
Last updated
Jun 25
Pre-warmed CDN
US EU US EU

Contributors