Drexubery commited on
Commit
1ce589d
·
verified ·
1 Parent(s): 97366f9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # ViewCrafter_16
7
+
8
+
9
+ ViewCrafter_16 is a video diffusion model that <br> takes in single or sparse images as conditioning<br> and generate consistent novel views.
10
+
11
+
12
+ ### Model Description
13
+
14
+ <!-- Provide a longer summary of what this model is. -->
15
+
16
+ ToonCrafter, a generative cartoon interpolation approach, aims to generate <br>
17
+ short video clips (~2 seconds) from two conditioning images (starting frame and ending frame) and text prompt.
18
+
19
+ This model was trained to generate 16 video frames at a resolution of 512x320 <br>
20
+ given a context frame of the same resolution.
21
+
22
+
23
+ ## How to Get Started with the Model
24
+
25
+ Check out https://github.com/Drexubery/ViewCrafter