hpoghos commited on
Commit
4fb5cb5
1 Parent(s): 083a938

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: image-to-video
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
+ <p align="center">
23
+ <img src="__assets__/github/Streaming_SVD_teaser.jpg" width="800px"/>
24
+ <br>
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 comming soon.
38
+
39
+ @article{henschel2024streamingt2v,
40
+ title={StreamingT2V: Consistent, Dynamic, and Extendable Long Video Generation from Text},
41
+ author={Henschel, Roberto and Khachatryan, Levon and Hayrapetyan, Daniil and Poghosyan, Hayk and Tadevosyan, Vahram and Wang, Zhangyang and Navasardyan, Shant and Shi, Humphrey},
42
+ journal={arXiv preprint arXiv:2403.14773},
43
+ year={2024}
44
+ }
45
+ ```