JoyAI-Video-Edit
Real-Time Open-Ended Video Editing with Autoregressive Diffusion
πΆ JoyAI-Video-Edit
JoyAI-Video-Edit is a real-time, instruction-guided video editing system for open-ended video streams. Given a live camera stream or uploaded video and a natural-language edit instruction, it edits frames causally as they arrive, without waiting for the full video, requiring a predefined video length, or revisiting future frames. In our deployment benchmark, the full end-to-end pipeline reaches 30 FPS at 720 Γ 1248, pushing video editing from offline batch processing toward interactive streaming generation.
The system combines an MLLM-based condition encoder, a causal video VAE, and a 16B-parameter multimodal diffusion transformer. It is trained and deployed as an autoregressive diffusion editor, then accelerated with aligned autoregressive distribution matching distillation, long-horizon optimization, bounded KV-state inference, and deployment-oriented scheduling to sustain high-throughput 720p editing while reducing train-inference mismatch and accumulated temporal drift.
π₯ News
2026.08.06 β π We released the live demo of JoyAI-Video-Edit. Try it here: Streaming V2V Demo
2026.08.05 β π We released the model checkpoints, deployment code, and technical report.
π Highlights
- Real-time open-ended editing. Edits live or uploaded videos as frames arrive, without requiring the full sequence upfront.
- Diverse instruction control. Supports subject edits, local edits, background changes, style transfer, motion changes, and reference-guided editing.
- Autoregressive diffusion design. Combines an MLLM condition encoder, causal video VAE, and MMDiT backbone for streaming video editing.
- High-throughput 720p deployment. Reaches 30 FPS end-to-end throughput at 720 Γ 1248 with bounded KV-state inference and stable per-chunk compute.
π¬ Demo
Try our online real-time video editing demo:
π https://huggingface.co/spaces/wxDai/joyai-video-edit
Project repository:
π https://github.com/jd-opensource/JoyAI-Video-Edit
Technical report:
π https://arxiv.org/abs/2608.03974
π Citation
If JoyAI-Video-Edit is useful for your research or project, please cite:
@article{xiao2026joyai,
title={JoyAI-Video-Edit: Real-Time Open-Ended Video Editing with Autoregressive Diffusion},
author={Xiao, Yicheng and Dai, Wenxun and Qin, Xinran and Song, Lin and Zhang, Maoquan and Xu, Hang and Chen, Yukang and Li, Yitong and Zhang, Guohui and Zhang, Yuan and Zhang, Xuying and Zhang, Tommy and Yuan, Jianlong and Li, Peihao and Lu, Shuai and Fu, Siming and Zhao, Chuyang and Han, Xin and Huang, Jie and Li, Wenbo and Ma, Guoqing and Huang, Wei and Qi, Xiaojuan and Huang, Haoyang and Duan, Nan},
journal={arXiv preprint arXiv:2608.03974},
year={2026}
}
π License
JoyAI-Video-Edit is released under the Apache License 2.0.
Please refer to the project repository for the complete license:
https://github.com/jd-opensource/JoyAI-Video-Edit/blob/main/LICENSE
- Downloads last month
- 141