Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
[](https://arxiv.org/abs/2511.12578)
|
| 5 |
[](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 |
[](https://arxiv.org/abs/2511.12578)
|
| 13 |
[](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.
|