Doubiiu commited on
Commit
4db4f59
1 Parent(s): 99fc56a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # ToonCrafter (512x320) Generative Cartoon Interpolation Model Card
8
+ ![row01](ToonCrafter.webp)
9
+ <!-- Provide a quick summary of what the model is/does. -->
10
+
11
+ ToonCrafter (512x320) is a video diffusion model that <br> takes in two still images as conditioning images and text prompt describing dynamics,<br> and generates interpolation videos from them.
12
+
13
+ ## Model Details
14
+
15
+ ### Model Description
16
+
17
+ <!-- Provide a longer summary of what this model is. -->
18
+
19
+ ToonCrafter, a generative cartoon interpolation approach, aims to generate <br>
20
+ short video clips (~2 seconds) from two conditioning images (starting frame and ending frame) and text prompt.
21
+
22
+ This model was trained to generate 16 video frames at a resolution of 512x320 <br>
23
+ given a context frame of the same resolution.
24
+
25
+
26
+ - **Developed by:** CUHK & Tencent AI Lab
27
+ - **Funded by:** CUHK & Tencent AI Lab
28
+ - **Model type:** Video Diffusion Model
29
+ - **Finetuned from model:** DynamiCrafter-interpolation (512x320)
30
+
31
+ ### Model Sources
32
+
33
+ <!-- Provide the basic links for the model. -->
34
+ For research purpose, we recommend our Github repository (https://github.com/ToonCrafter/ToonCrafter), <br>
35
+ which includes detailed implementations.
36
+ - **Repository:** https://github.com/ToonCrafter/ToonCrafter
37
+ - **Paper:** https://arxiv.org/abs/2405.17933
38
+ - **Project page:** https://doubiiu.github.io/projects/ToonCrafter/
39
+ - **Demo1:** https://huggingface.co/spaces/Doubiiu/tooncrafter
40
+ - **Demo2:** https://replicate.com/fofr/tooncrafter
41
+ ## Uses
42
+
43
+ Feel free to use it under the Apache-2.0 license. Note that we don't have any official commercial product for ToonCrafter currently.
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ <!-- ### Direct Use
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
+ - The autoencoding part of the model is lossy, resulting in slight flickering artifacts.
58
+
59
+
60
+
61
+ ## How to Get Started with the Model
62
+
63
+ Check out https://github.com/ToonCrafter/ToonCrafter