Add link to paper (#1)
Browse files- Add library name to model card (63a34d90aa879166725342c657328d80bd582a09)
- Update README.md (d592a0de54587d000a3ee02299ef864755cf3569)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -2,10 +2,13 @@
|
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-to-video
|
4 |
---
|
|
|
5 |
# Lumina-Video
|
6 |
|
7 |
Official repository for Lumina-Video, a preliminary tryout of the Lumina series for Video Generation
|
8 |
|
|
|
|
|
9 |
Github link: [Github](https://github.com/Alpha-VLLM/Lumina-Video)
|
10 |
|
11 |
<h2 id="custom-gallery"> 📽️ Gallery</h2>
|
@@ -60,4 +63,6 @@ Github link: [Github](https://github.com/Alpha-VLLM/Lumina-Video)
|
|
60 |
<video src="https://huggingface.co/spaces/agua123/demo_video/resolve/main/T2V%2BA-examples/6.mp4" width="100%" controls autoplay loop muted></video>
|
61 |
</td>
|
62 |
</tr>
|
63 |
-
</table>
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
pipeline_tag: text-to-video
|
4 |
---
|
5 |
+
|
6 |
# Lumina-Video
|
7 |
|
8 |
Official repository for Lumina-Video, a preliminary tryout of the Lumina series for Video Generation
|
9 |
|
10 |
+
Paper: [Lumina-Video: Efficient and Flexible Video Generation with Multi-scale Next-DiT](https://huggingface.co/papers/2502.06782)
|
11 |
+
|
12 |
Github link: [Github](https://github.com/Alpha-VLLM/Lumina-Video)
|
13 |
|
14 |
<h2 id="custom-gallery"> 📽️ Gallery</h2>
|
|
|
63 |
<video src="https://huggingface.co/spaces/agua123/demo_video/resolve/main/T2V%2BA-examples/6.mp4" width="100%" controls autoplay loop muted></video>
|
64 |
</td>
|
65 |
</tr>
|
66 |
+
</table>
|
67 |
+
|
68 |
+
```
|