b-f commited on
Commit
5531865
1 Parent(s): 500f153

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
  ---
4
+
5
+ Variable length frame conditioning for infinite length video generation. Can be used to generate videos from text that continue from an existing video or image. It can also generate the initial image using a standard text-to-image model from huggingface. Developed in collaboration with [motexture](https://github.com/motexture) and based on [vseq2vseq](https://github.com/motexture/vseq2vseq).
6
+
7
+ Repo for inference can be found at [ContinuitySeq](https://github.com/bfasenfest/continuity-seq).