AIAny
AI Video2026
Icon for item

ByteDance/Bernini-R

Provides the renderer weights and inference code for Bernini’s video renderer, enabling text→video, image→video and video editing inference. Offers a ready diffusers-format bundle or safetensors checkpoints under Apache‑2.0; intended for multi‑GPU/Hopper inference and reproducible research.

Introduction

Bernini-R publishes the renderer component of Bernini — the DiT-based rendering module that pairs with Bernini’s MLLM semantic planner — as downloadable weights and inference code. This release makes it possible to run the renderer locally (or in cluster setups) so teams can reproduce the paper’s editor and generation experiments, integrate the renderer into custom pipelines, or benchmark it against closed-source systems.

Key Capabilities
  • Renderer-only release: includes the trained high-noise / low-noise transformer checkpoints (safetensors) and a recommended diffusers-format bundle so the renderer can be loaded directly into the Diffusers ecosystem — so what: lowers friction for local inference and evaluation.
  • Supports multiple video tasks: authors target text-to-image (single-frame), text-to-video, image-guided video generation, and video editing workflows — so what: you can reuse the same renderer weights for both generation and frame-consistent edits.
  • Engineered for large-GPU setups: recommended environment and optimizations (FlashAttention variants, pinned PyTorch/CUDA) aim to maximize throughput on Hopper-class GPUs — so what: highest-quality/fastest runs expect modern GPU hardware; smaller GPUs will fall back to slower kernels.
  • Integration-first design: clear options for a full diffusers-format package or separate Wan2.2 base + Bernini-R checkpoints — so what: teams can either use the self-contained diffusers bundle for easy inference or mix the renderer into larger multimodel stacks.
Who it’s for — and tradeoffs

Great fit if you are a research or engineering team that wants to reproduce Bernini’s results, run local video-generation/editing experiments, or integrate a DiT-based renderer into a custom pipeline. The release reduces dependency on closed-source inference services and gives access to model weights and reference inference code. Look elsewhere if you need a lightweight CPU- or edge-friendly model, expect one-click web deployment without GPU setup, or cannot meet the CUDA / PyTorch version and GPU memory requirements. Practical constraints include large VRAM needs, pinned dependency versions, and recommended FlashAttention builds for best performance.

Where it fits

Bernini-R is the renderer piece of a two-part architecture (semantic planner + renderer). Compared to end-to-end closed-source video models, it favors reproducibility and modular integration: teams can pair Bernini-R with different planners or evaluation systems, or benchmark the renderer independently in inference/arena setups.

Information

Categories

More Items

Hugging Face
AI Video2026

Provides Parallel Decoding Distillation (PDD) LoRA adapters that accelerate MiniMax-H3 video generation into few inference steps. Includes official 8-step Acc LoRAs for FL2VA and Ref2VA (rank=64, network_alpha=64, BF16), demo comparison videos, and example scripts using Diffusers' MiniMax-H3 ModularPipeline.

Hugging Face
AI Video2026

Conditions a MiniMax‑H3 video generator with a single ControlNet‑Union checkpoint to accept Canny, Depth, HED, MLSD or Pose control videos and run video inpainting. Guidance‑distilled for one‑pass inference; requires the base MiniMax‑H3 weights and specific control-branch config.

Hugging Face
AI Video2026

Upscales Minimax H3 24-channel VAE latents in-place to increase spatial resolution while preserving the time dimension. Replaces the decode→pixel-upscale→encode round-trip with a learned 2D/3D latent upscaler to save compute and avoid interpolation ghosting; supports 1.0–4.0× scaling.