nielsr HF staff commited on
Commit
9ada60e
·
verified ·
1 Parent(s): 1b25cef

Link model to paper

Browse files

This PR links the model to the paper

Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,9 +1,10 @@
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: text-to-video
4
- arxiv: 2406.04277
5
  ---
6
  VideoTetris's checkpoint for long video generation
7
  finetuned from StreamingT2V(without reference frame attention)
8
 
9
- Capable of generating much better long video results than the original StreamingT2V.
 
 
 
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: text-to-video
 
4
  ---
5
  VideoTetris's checkpoint for long video generation
6
  finetuned from StreamingT2V(without reference frame attention)
7
 
8
+ Capable of generating much better long video results than the original StreamingT2V.
9
+
10
+ Paper: https://arxiv.org/abs/2406.04277