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