dome272 commited on
Commit
88d5e4e
1 Parent(s): 9d798fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +66 -1
README.md CHANGED
@@ -1,3 +1,68 @@
1
  ---
2
- license: mit
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ pipeline_tag: text-to-image
3
+ license: other
4
+ license_name: stable-cascade-nc-community
5
+ license_link: LICENSE
6
  ---
7
+
8
+ # Stable Video Diffusion Image-to-Video Model Card
9
+
10
+ <!-- Provide a quick summary of what the model is/does. -->
11
+ ![image]()
12
+
13
+ Stable Video Diffusion (SVD) Image-to-Video is a diffusion model that takes in a still image as a conditioning frame, and generates a video from it.
14
+
15
+ ## Model Details
16
+
17
+ ### Model Description
18
+
19
+ Stable Cascade is a diffusion model trained to generate images given a text prompt.
20
+
21
+ - **Developed by:** Stability AI
22
+ - **Funded by:** Stability AI
23
+ - **Model type:** Generative text-to-image model
24
+
25
+ ### Model Sources
26
+
27
+ For research purposes, we recommend our `StableCascade` Github repository (https://github.com/Stability-AI/StableCascade).
28
+
29
+ - **Repository:** https://github.com/Stability-AI/StableCascade
30
+ - **Paper:** https://openreview.net/forum?id=gU58d5QeGv
31
+
32
+
33
+ ## Evaluation
34
+
35
+ ## Uses
36
+
37
+ ### Direct Use
38
+
39
+ The model is intended for research purposes for now. Possible research areas and tasks include
40
+
41
+ - Research on generative models.
42
+ - Safe deployment of models which have the potential to generate harmful content.
43
+ - Probing and understanding the limitations and biases of generative models.
44
+ - Generation of artworks and use in design and other artistic processes.
45
+ - Applications in educational or creative tools.
46
+
47
+ Excluded uses are described below.
48
+
49
+ ### Out-of-Scope Use
50
+
51
+ The model was not trained to be factual or true representations of people or events,
52
+ and therefore using the model to generate such content is out-of-scope for the abilities of this model.
53
+ The model should not be used in any way that violates Stability AI's [Acceptable Use Policy](https://stability.ai/use-policy).
54
+
55
+ ## Limitations and Bias
56
+
57
+ ### Limitations
58
+ - Faces and people in general may not be generated properly.
59
+ - The autoencoding part of the model is lossy.
60
+
61
+
62
+ ### Recommendations
63
+
64
+ The model is intended for research purposes only.
65
+
66
+ ## How to Get Started with the Model
67
+
68
+ Check out https://github.com/Stability-AI/StableCascade