File size: 1,824 Bytes
de47a38
 
 
 
 
ec7be5a
49456b9
ec7be5a
 
 
de47a38
 
142d77a
 
de47a38
4aa2076
de47a38
008f624
 
de47a38
 
 
 
 
 
 
 
 
4aa2076
142d77a
 
 
4aa2076
 
de47a38
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: apache-2.0
base_model:
- Wan-AI/Wan2.1-T2V-1.3B
- Wan-AI/Wan2.1-T2V-14B
- Wan-AI/Wan2.2-I2V-A14B
pipeline_tag: text-to-video
tags:
- Streaming-Video-Generation
- Interactive-World-Model
---
# rCM: Score-Regularized Continuous-Time Consistency Model
# Causal-rCM: A Unified Teacher-Forcing and Self-Forcing Open Recipe for Autoregressive Diffusion Distillation in Streaming Video Generation and Interactive World Models
[**Paper**](https://arxiv.org/abs/2510.08431) [**Paper2**](https://arxiv.org/abs/2606.25473) | [**Website**](https://research.nvidia.com/labs/dir/rcm) | [**Code**](https://github.com/NVlabs/rcm)

This repo holds unofficial rCM and Causal-rCM models for Wan, reproduced by Tsinghua University.

The Wan2.2 rCM checkpoints are obtained by merging Wan2.1 rCM weights to Wan2.2 checkpoints, no extra training included. Should have the same effect as directly using the Wan2.1 rCM LoRAs (https://huggingface.co/Kijai/WanVideo_comfy/tree/main/LoRAs/rCM) and adjusting the strength.

## Citation

```
@article{zheng2025rcm,
  title={Large Scale Diffusion Distillation via Score-Regularized Continuous-Time Consistency},
  author={Zheng, Kaiwen and Wang, Yuji and Ma, Qianli and Chen, Huayu and Zhang, Jintao and Balaji, Yogesh and Chen, Jianfei and Liu, Ming-Yu and Zhu, Jun and Zhang, Qinsheng},
  journal={arXiv preprint arXiv:2510.08431},
  year={2025}
}
@article{zheng2026causal,
  title={Causal-rCM: A Unified Teacher-Forcing and Self-Forcing Open Recipe for Autoregressive Diffusion Distillation in Streaming Video Generation and Interactive World Models},
  author={Zheng, Kaiwen and He, Guande and Zhao, Min and Zhang, Jintao and Chen, Huayu and Chen, Jianfei and Lin, Chen-Hsuan and Liu, Ming-Yu and Zhu, Jun and Ma, Qianli},
  journal={arXiv preprint arXiv:2606.25473},
  year={2026}
}
```