Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- Wan-AI/Wan2.2-TI2V-5B
|
| 7 |
+
pipeline_tag: image-text-to-video
|
| 8 |
+
library_name: diffusers
|
| 9 |
+
---
|
| 10 |
+
# Matrix-Game 3.0: Real-Time and Streaming Interactive World Model with Long-Horizon Memory
|
| 11 |
+
<div style="display: flex; justify-content: center; gap: 10px;">
|
| 12 |
+
<a href="https://github.com/SkyworkAI/Matrix-Game">
|
| 13 |
+
<img src="https://img.shields.io/badge/GitHub-100000?style=flat&logo=github&logoColor=white" alt="GitHub">
|
| 14 |
+
</a>
|
| 15 |
+
<a href="https://arxiv.org/pdf/2508.13009">
|
| 16 |
+
<img src="https://img.shields.io/badge/arXiv-Report-b31b1b?style=flat&logo=arxiv&logoColor=white" alt="report">
|
| 17 |
+
</a>
|
| 18 |
+
<a href="https://matrix-game-v2.github.io/">
|
| 19 |
+
<img src="https://img.shields.io/badge/Project%20Page-grey?style=flat&logo=huggingface&color=FFA500" alt="Project Page">
|
| 20 |
+
</a>
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
</div>
|