Views
No views yet
| File | Description |
|---|---|
| Wan2.1-T2V-1.3B-RAVEN | RAVEN backbone (post-distillation, pre-RL). Full CausalWanModel state dict. |
| Wan2.1-T2V-1.3B-CMGRPO-Merge | CM-GRPO backbone with the LoRA already folded into RAVEN. Same key set as raven_model.pt. |
| Wan2.1-T2V-1.3B-CMGRPO-LoRA | CM-GRPO adapter only. Use together with raven_model.pt as the base. |
| Wan2.1-T2V-1.3B-CMGRPO-Full | PEFT-wrapped bundle of base + adapter, kept as an archival interchange format. The current code cannot load it directly. Convert or merge it offline first. |
| Item | Value |
|---|---|
| Base model | Wan-AI/Wan2.1-T2V-1.3B DiT, causal autoregressive variant |
| Task / mode | Text-to-video, causal streaming extrapolation |
| Resolution | 480 x 832 |
| Frames | 81 |
| Frame rate | 16 fps |
| Sampling | 4 NFE with a consistency sampler |
1git clone https://github.com/mvp-ai-lab/RAVEN.git
2cd RAVEN
3conda env create -f tools/environment.yaml
4bash tools/prepare_venv.sh
5source venv/bin/activatehf download mvp-lab/RAVEN --local-dir /path/to/RAVEN-weightsmodels.backbone.weight.path.raven_model.pt as the base plus models.backbone.adapter.weight, with r, lora_alpha, and target_modules matching the CM-GRPO training trial (r = lora_alpha = 256).lora: {enabled, weight} blocks are not part of the current schema and are ignored.1bash tools/multi_run.sh \
2 projects/wan_t2v/trials/dmd/wan2_1_1_3B/causal_wan_t2v_dmd/val_only/raven_sample100.yaml
3
4bash tools/multi_run.sh \
5 projects/wan_t2v/trials/dmd/wan2_1_1_3B/causal_wan_t2v_dmd/val_only/cmgrpo_raven_sample100.yaml1@article{lu2026raven,
2 title = {RAVEN: Real-time Autoregressive Video Extrapolation with Consistency-model GRPO},
3 author = {Lu, Yanzuo and Zuo, Ronglai and Deng, Jiankang},
4 year = 2026,
5 journal = {arXiv preprint arXiv:2605.15190}
6}