Improve model card and metadata
Browse filesThis PR updates the model card and metadata. The pipeline tag is changed to `text-to-video`, and the `library_name` and `license` are added. Additionally, the model card is improved by adding a link to the paper and restructuring the content.
README.md
CHANGED
@@ -1,40 +1,32 @@
|
|
1 |
---
|
2 |
-
pipeline_tag:
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
|
6 |
# StreamingSVD
|
7 |
|
8 |
-
|
9 |
-
**[StreamingSVD: Consistent, Dynamic, and Extendable Image-Guided Long Video Generation]()**
|
10 |
</br>
|
11 |
-
Roberto Henschel,
|
12 |
-
Levon Khachatryan,
|
13 |
-
Daniil Hayrapetyan,
|
14 |
-
Hayk Poghosyan,
|
15 |
-
Vahram Tadevosyan,
|
16 |
-
Zhangyang Wang, Shant Navasardyan, Humphrey Shi
|
17 |
</br>
|
18 |
|
19 |
[Video](https://www.youtube.com/watch?v=md4lp42vOGU) | [Project page](https://streamingt2v.github.io) | [Code](https://github.com/Picsart-AI-Research/StreamingT2V)
|
20 |
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
<h2>🔥 Meet StreamingSVD - A StreamingT2V Method</h2>
|
26 |
-
<em>
|
27 |
-
StreamingSVD is an advanced autoregressive technique for image-to-video generation, generating long hiqh-quality videos with rich motion dynamics, turning SVD into a long video generator. Our method ensures temporal consistency throughout the video, aligns closely to the input image, and maintains high frame-level image quality. Our demonstrations include successful examples of videos up to 200 frames, spanning 8 seconds, and can be extended for even longer durations.
|
28 |
The effectiveness of the underlying autoregressive approach is not limited to the specific base model used, indicating that improvements in base models can yield even higher-quality videos. StreamingSVD is part of the StreamingT2V family.
|
29 |
-
</em>
|
30 |
-
</p>
|
31 |
|
32 |
|
33 |
|
34 |
## BibTeX
|
|
|
35 |
If you use our work in your research, please cite our publications:
|
|
|
36 |
```
|
37 |
-
StreamingSVD paper
|
38 |
|
39 |
@article{henschel2024streamingt2v,
|
40 |
title={StreamingT2V: Consistent, Dynamic, and Extendable Long Video Generation from Text},
|
|
|
1 |
---
|
2 |
+
pipeline_tag: text-to-video
|
3 |
+
library_name: diffusers
|
4 |
+
license: mit
|
5 |
---
|
6 |
|
|
|
7 |
# StreamingSVD
|
8 |
|
9 |
+
**[StreamingSVD: Consistent, Dynamic, and Extendable Image-Guided Long Video Generation](https://huggingface.co/papers/2403.14773)**
|
|
|
10 |
</br>
|
11 |
+
Roberto Henschel, Levon Khachatryan, Daniil Hayrapetyan, Hayk Poghosyan, Vahram Tadevosyan, Zhangyang Wang, Shant Navasardyan, Humphrey Shi
|
|
|
|
|
|
|
|
|
|
|
12 |
</br>
|
13 |
|
14 |
[Video](https://www.youtube.com/watch?v=md4lp42vOGU) | [Project page](https://streamingt2v.github.io) | [Code](https://github.com/Picsart-AI-Research/StreamingT2V)
|
15 |
|
16 |
|
17 |
+
## 🔥 Meet StreamingSVD - A StreamingT2V Method
|
18 |
+
|
19 |
+
StreamingSVD is an advanced autoregressive technique for image-to-video generation, generating long high-quality videos with rich motion dynamics, turning SVD into a long video generator. Our method ensures temporal consistency throughout the video, aligns closely to the input image, and maintains high frame-level image quality. Our demonstrations include successful examples of videos up to 200 frames, spanning 8 seconds, and can be extended for even longer durations.
|
|
|
|
|
|
|
20 |
The effectiveness of the underlying autoregressive approach is not limited to the specific base model used, indicating that improvements in base models can yield even higher-quality videos. StreamingSVD is part of the StreamingT2V family.
|
|
|
|
|
21 |
|
22 |
|
23 |
|
24 |
## BibTeX
|
25 |
+
|
26 |
If you use our work in your research, please cite our publications:
|
27 |
+
|
28 |
```
|
29 |
+
StreamingSVD paper coming soon.
|
30 |
|
31 |
@article{henschel2024streamingt2v,
|
32 |
title={StreamingT2V: Consistent, Dynamic, and Extendable Long Video Generation from Text},
|