ameerazam08
commited on
Commit
·
9d52faf
1
Parent(s):
3c4e831
run steps
Browse files
README.md
CHANGED
@@ -39,7 +39,18 @@ The chart above evaluates user preference for SVD-Image-to-Video over [GEN-2](ht
|
|
39 |
SVD-Image-to-Video is preferred by human voters in terms of video quality. For details on the user study, we refer to the [research paper](https://stability.ai/research/stable-video-diffusion-scaling-latent-video-diffusion-models-to-large-datasets)
|
40 |
|
41 |
## Uses
|
42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
### Direct Use
|
44 |
|
45 |
The model is intended for research purposes only. Possible research areas and tasks include
|
|
|
39 |
SVD-Image-to-Video is preferred by human voters in terms of video quality. For details on the user study, we refer to the [research paper](https://stability.ai/research/stable-video-diffusion-scaling-latent-video-diffusion-models-to-large-datasets)
|
40 |
|
41 |
## Uses
|
42 |
+
## Inference
|
43 |
+
```bash
|
44 |
+
git clone git@github.com:Stability-AI/generative-models.git
|
45 |
+
cd generative-models
|
46 |
+
pip install -r ./requirements/pt2.txt
|
47 |
+
```
|
48 |
+
## Download this model card
|
49 |
+
```bash
|
50 |
+
git lfs install
|
51 |
+
git clone https://huggingface.co/stabilityai/stable-video-diffusion-img2vid
|
52 |
+
PYTHONPATH=. streamlit run scripts/demo/video_sampling.py --server.port <port-id>
|
53 |
+
```
|
54 |
### Direct Use
|
55 |
|
56 |
The model is intended for research purposes only. Possible research areas and tasks include
|