hpoghos commited on
Commit
11f0e2b
1 Parent(s): 5684d68

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ # StreamingT2V
4
+
5
+
6
+ **[StreamingT2V: Consistent, Dynamic, and Extendable Long Video Generation from Text](https://arxiv.org/abs/2403.14773)**
7
+ </br>
8
+ Roberto Henschel,
9
+ Levon Khachatryan,
10
+ Daniil Hayrapetyan,
11
+ Hayk Poghosyan,
12
+ Vahram Tadevosyan,
13
+ Zhangyang Wang, Shant Navasardyan, Humphrey Shi
14
+ </br>
15
+
16
+ [arXiv preprint](https://arxiv.org/abs/2403.14773) | [Video](https://twitter.com/i/status/1770909673463390414) | [Project page](https://streamingt2v.github.io/)
17
+
18
+
19
+ <p align="center">
20
+ <img src="__assets__/github/teaser/teaser_final.png" width="800px"/>
21
+ <br>
22
+ <em>StreamingT2V is an advanced autoregressive technique that enables the creation of long videos featuring rich motion dynamics without any stagnation. It ensures temporal consistency throughout the video, aligns closely with the descriptive text, and maintains high frame-level image quality. Our demonstrations include successful examples of videos up to 1200 frames, spanning 2 minutes, and can be extended for even longer durations. Importantly, the effectiveness of StreamingT2V is not limited by the specific Text2Video model used, indicating that improvements in base models could yield even higher-quality videos.</em>
23
+ </p>
24
+
25
+
26
+
27
+ ## BibTeX
28
+ If you use our work in your research, please cite our publication:
29
+ ```
30
+ @article{henschel2024streamingt2v,
31
+ title={StreamingT2V: Consistent, Dynamic, and Extendable Long Video Generation from Text},
32
+ author={Henschel, Roberto and Khachatryan, Levon and Hayrapetyan, Daniil and Poghosyan, Hayk and Tadevosyan, Vahram and Wang, Zhangyang and Navasardyan, Shant and Shi, Humphrey},
33
+ journal={arXiv preprint arXiv:2403.14773},
34
+ year={2024}
35
+ }
36
+ ```
37
+