--- license: apache-2.0 pipeline_tag: image-text-to-video base_model: ByteDance/Bernini-R --- **Quantized GGUF version of Bernini-R for ComfyUI.** **Original model link:** [https://huggingface.co/ByteDance/Bernini-R](https://huggingface.co/ByteDance/Bernini-R) **Watch us on Youtube:** [@VantageWithAI](https://www.youtube.com/@vantagewithai)
Bernini

Latent Semantic Planning for Video Diffusion

**Chenchen Liu\*, Junyi Chen\*, Lei Li\*, Lu Chi\*,ยง, Mingzhen Sun\*, Zhuoying Li\*, Yi Fu, Ruoyu Guo, Yiheng Wu, Ge Bai, Zehuan Yuanโœ‰** \* Equal contribution  โœ‰ Corresponding author  ยง Project lead [![arXiv](https://img.shields.io/badge/arXiv-2605.22344-b31b1b.svg)](https://arxiv.org/abs/2605.22344) [![Project Page](https://img.shields.io/badge/Project-Page-blue.svg)](https://bernini-ai.github.io/) [![HuggingFace](https://img.shields.io/badge/%F0%9F%A4%97%20HuggingFace-Models-yellow)](https://huggingface.co/ByteDance/Bernini)
## ๐ŸŽ‰ News - **[2026-06-01]** We open-sourced the inference code and model weights of the Bernini Renderer (**Bernini-R**). - **[2026-05-22]** We released our paper [Bernini: Latent Semantic Planning for Video Diffusion](https://arxiv.org/abs/2605.22344). ## โœจ Highlights Bernini is a unified framework for video generation and editing that combines an MLLM-based semantic planner with a DiT-based renderer. On video editing, Bernini reaches the first tier among leading closed-source commercial models. The leaderboard below comes from our self-built arena platform, where human annotators blindly vote on paired edits and the votes are aggregated into a Bradley-Terry score and a pairwise win-rate matrix. Video editing arena: Bradley-Terry leaderboard and pairwise win-rate matrix ## ๐Ÿ“‘ Citation If you use Bernini in your research, please cite: ```bibtex @article{bernini, title = {Bernini: Latent Semantic Planning for Video Diffusion}, author = {Chenchen Liu and Junyi Chen and Lei Li and Lu Chi and Mingzhen Sun and Zhuoying Li and Yi Fu and Ruoyu Guo and Yiheng Wu and Ge Bai and Zehuan Yuan}, journal = {arXiv preprint arXiv:2605.22344}, year = {2026} } ``` ## ๐Ÿ™ Acknowledgements Bernini builds on several outstanding open-source projects: - [Wan2.2-T2V-A14B](https://huggingface.co/Wan-AI/Wan2.2-T2V-A14B) - [Qwen2.5-VL-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-VL-7B-Instruct) - [VeOmni](https://github.com/ByteDance-Seed/VeOmni) We thank the authors and communities of these projects for their contributions. ## ๐Ÿ“„ License Apache License 2.0. See [LICENSE](LICENSE).