Bernini-R
Collection
Collection of Bernini-R related models and LoRA:s • 6 items • Updated
How to use rzgar/Bernini-R-LightX2V-4step-loras with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
from diffusers.utils import load_image
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("ByteDance/Bernini-R", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("rzgar/Bernini-R-LightX2V-4step-loras")
prompt = "Turn this cat into a dog"
input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
image = pipe(image=input_image, prompt=prompt).images[0]The ComfyUI Bernini-R workflow uses a single Wan 2.1 T2V lightx2v LoRA, reused at 3.0 (high) and 1.5 (low).
In practice that setup often shows:
These LightX2V LoRAs behave like the Wan 2.2 4-step stack , clean motion, sharp hands , at 1.0 strength on both stages.
| File | Use on |
|---|---|
| `Bernini-R_LightX2V_high_noise.safetensors` | Bernini-R high noise |
| `Bernini-R_LightX2V_low_noise.safetensors` | Bernini-R low noise |
Strength: 1.0 on both (same as the official Wan 2.2 4-step workflow).
Steps: 4
Sampler: dpmpp_2m_sde
Scheduler: sgm_uniform
Download them in the Files & versions tab.
Base model
ByteDance/Bernini-R