Bernini-R
Collection
Collection of Bernini-R related models and LoRA:s • 6 items • Updated
How to use rzgar/Wan2.2-Bernini-R-Motion-Enhancer-n4w-i2v with Diffusers:
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("ByteDance/Bernini-R", dtype=torch.bfloat16, device_map="cuda")
pipe.load_lora_weights("rzgar/Wan2.2-Bernini-R-Motion-Enhancer-n4w-i2v")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]LTX-2.3 Add Custom Audio to WAN2.2 / Bernini-R Wordkflow demo
LoRA pack for Bernini-R and vanilla Wan 2.2 I2V tuned for image-to-video workflows. Includes main motion enhancers (strong focus on motion & rhythm via targeted FFN/attention zeroing) + appearance-only enhancers for anatomical accuracy. Respond well to explicit prompts describing different acts.
| File | Variant |
|---|---|
| `bernini_n4w_motion_enhancer_high.safetensors` | High noise |
| `bernini_n4w_motion_enhancer_low.safetensors` | Low noise |
| File | Variant | Purpose |
|---|---|---|
| `male_genitalia_enhancer_high.safetensors` | High noise | Male anatomical accuracy (appearance) |
| `male_genitalia_enhancer_low.safetensors` | Low noise | Male anatomical accuracy (appearance) |
| `female_genitalia_enhancer_high.safetensors` | High noise | Female anatomical accuracy (appearance) |
| `female_genitalia_enhancer_low.safetensors` | Low noise | Female anatomical accuracy (appearance) |
tuned ONLY for I2V usage based on video outputs from Bernini-R FP8, NVFP4, and Bernini-R N4W merge.
Download them in the Files & versions tab.