zyand commited on
Commit
6b19289
1 Parent(s): ea18bc2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -1,3 +1,25 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - en
5
+ library_name: diffusers
6
+ pipeline_tag: image-to-video
7
  ---
8
+ # Model Card for Model ID
9
+
10
+ <!-- Provide a quick summary of what the model is/does. -->
11
+
12
+ Given an input image, this model can animate the image under the guidance of text prompt, motion brush, and motion strength.
13
+
14
+
15
+ ## Model Details
16
+
17
+ Given a random size and random aspect ratio image, this model generate 2s videos in 8fps. The resolution of generated video is equivalent to 512x512.
18
+
19
+ ## Model Sources [optional]
20
+
21
+ <!-- Provide the basic links for the model. -->
22
+
23
+ - **Repository:** [https://github.com/alibaba/animate-anything]
24
+ - **Paper [optional]:** [https://arxiv.org/abs/2311.12886]
25
+ - **Demo [optional]:** [https://animationai.github.io/AnimateAnything/]