Doubiiu commited on
Commit
f17a88b
1 Parent(s): 08c5248

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ # For reference on model card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/modelcard.md?plain=1
3
+ # Doc / guide: https://huggingface.co/docs/hub/model-cards
4
+ {}
5
+ ---
6
+
7
+ # DynamiCrafter (320x512) (text-)Image-to-Video/Image Animation Model Card
8
+ ![row01](DynamiCrafter-512.webp)
9
+
10
+ <!-- Provide a quick summary of what the model is/does. -->
11
+
12
+ DynamiCrafter (320x512) (Text-)Image-to-Video is a video diffusion model that <br> takes in a still image as a conditioning image and text prompt describing dynamics,<br> and generates videos from it.
13
+
14
+ ## Model Details
15
+
16
+ ### Model Description
17
+
18
+ <!-- Provide a longer summary of what this model is. -->
19
+
20
+ DynamiCrafter, a (Text-)Image-to-Video/Image Animation approach, aims to generate <br>
21
+ short video clips (~2 seconds) from a conditioning image and text prompt.
22
+
23
+ This model was trained to generate 16 video frames at a resolution of 320x512 <br>
24
+ given a context frame of the same resolution.
25
+
26
+
27
+ - **Developed by:** CUHK & Tencent AI Lab
28
+ - **Funded by:** CUHK & Tencent AI Lab
29
+ - **Model type:** Generative (text-)image-to-video model
30
+ - **Finetuned from model:** VideoCrafter1 (320x512)
31
+
32
+ ### Model Sources
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+ For research purpose, we recommend our Github repository (https://github.com/Doubiiu/DynamiCrafter), <br>
36
+ which includes the detailed implementations.
37
+ - **Repository:** https://github.com/Doubiiu/DynamiCrafter
38
+ - **Paper:** https://arxiv.org/abs/2310.12190
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ We develop this repository for RESEARCH purposes, so it can only be used for personal/research/non-commercial purposes.
49
+
50
+
51
+
52
+ ## Limitations
53
+
54
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
55
+ - The generated videos are relatively short (2 seconds, FPS=8).
56
+ - The model cannot render legible text.
57
+ - Faces and people in general may not be generated properly.
58
+ - The autoencoding part of the model is lossy, resulting in slight flickering artifacts.
59
+
60
+
61
+
62
+ ## How to Get Started with the Model
63
+
64
+ Check out https://github.com/Doubiiu/DynamiCrafter
65
+