NovaEdit / README.md
ldiex's picture
Upload README.md with huggingface_hub
ea86893 verified
---
license: apache-2.0
tags:
- video-editing
- diffusion
- wan
pipeline_tag: video-to-video
---
<div align="center">
# NOVA: Sparse Control, Dense Synthesis for Pair-Free Video Editing
**CVPR 2026**
[![GitHub](https://img.shields.io/badge/GitHub-NovaEdit-black?logo=github)](https://github.com/WeChatCV/NovaEdit)
</div>
![teaser](assets/teaser.jpg)
## Overview
NOVA is a pair-free video editing model built on **WAN 1.3B Fun InP**. It uses sparse keyframe control (e.g., a single edited first frame) to guide dense video synthesis, trained without requiring paired before/after video data.
- **Pair-free training** via degradation simulation
- **Sparse keyframe control**: provide one or more edited keyframes
- **Optional coarse mask** for improved editing accuracy
## Usage
See the [GitHub repository](https://github.com/WeChatCV/NovaEdit) for installation, inference, training, and the interactive Gradio demo.
## Acknowledgements
- [KlingTeam/ReCamMaster](https://github.com/KlingTeam/ReCamMaster)
- [zibojia/MiniMax-Remover](https://github.com/zibojia/MiniMax-Remover)