Buckets:
license: apache-2.0
base_model: ByteDance/Bernini-R-1.3B-Diffusers
pipeline_tag: image-text-to-video
library_name: gguf
tags:
- comfyui
- bernini-r
- wan2.1
- text-to-video
- image-editing
- video-editing
- gguf
Bernini-R 1.3B โ ComfyUI bundle (everything you need)
๐ฌ Discord โ updates, roadmaps, projects, or just to chat
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
- Install ComfyUI-BerniniR and ComfyUI-GGUF (required โ the graphs load the text encoder with
CLIPLoaderGGUF). - Drop each file in the folder from the table above.
- Load the workflow
workflows/bernini_i2i_1.3B.json(or grab it from the node repo). It's a single-expert graph โ nomodel_low. Put your image, run.- Renderer โ native (
bf16): BerniniR ยท Load Model (native). GGUF:UnetLoaderGGUFโ BerniniR ยท Apply Patches โ Source Stream โ Guider (leavemodel_lowempty). - Text encoder:
CLIPLoaderGGUF(type = wan) โumt5-xxl-encoder-Q5_K_M.gguf. The graphs default to the GGUF encoder because the fp8.safetensorsone triggers a Windows / torch-2.8 access violation under memory pressure; the fp8 file is kept only as an optional fallback.
- Renderer โ native (
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).
Xet Storage Details
- Size:
- 3.52 kB
- Xet hash:
- 19434ee722db51779842bf113226a5fb0e65d9b21e32f34dc18571b8c275b427
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.