Scottttttyy commited on
Commit
51155fa
·
verified ·
1 Parent(s): 3f8b43b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,5 +1,13 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
3
  ---
4
  [![arXiv](https://img.shields.io/badge/arXiv-2511.12578-b31b1b.svg)](https://arxiv.org/abs/2511.12578)
5
  [![Project Page](https://img.shields.io/badge/Project_Page-green)](https://scottykma.github.io/tempomaster-gitpage/)
@@ -8,4 +16,4 @@ TempoMaster is a video diffusion model built on Wan-Video, which is capable of g
8
 
9
  The model first generates a low-frame-rate video as a global blueprint. It then uses the existing frames as temporal anchors to infer and insert additional frames in between, progressively upsampling the video to higher frame rates.
10
 
11
- This approach effectively structures long-term temporal dynamics and mitigates the issue of visual drifting caused by error accumulation.
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ - zh
6
+ base_model:
7
+ - Wan-AI/Wan2.2-I2V-A14B
8
+ tags:
9
+ - video
10
+ - generation
11
  ---
12
  [![arXiv](https://img.shields.io/badge/arXiv-2511.12578-b31b1b.svg)](https://arxiv.org/abs/2511.12578)
13
  [![Project Page](https://img.shields.io/badge/Project_Page-green)](https://scottykma.github.io/tempomaster-gitpage/)
 
16
 
17
  The model first generates a low-frame-rate video as a global blueprint. It then uses the existing frames as temporal anchors to infer and insert additional frames in between, progressively upsampling the video to higher frame rates.
18
 
19
+ This approach effectively structures long-term temporal dynamics and mitigates the issue of visual drifting caused by error accumulation.