jayw commited on
Commit
3d0e10e
1 Parent(s): 6e3b832

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
3
  ---
4
 
5
  # show-1-base
@@ -10,7 +12,6 @@ To marry the strength and alleviate the weakness of pixel-based and latent-based
10
 
11
  ![](https://showlab.github.io/Show-1/assets/images/method.png)
12
 
13
-
14
  ## Model Details
15
 
16
  This is the base model of Show-1 that generates videos with 8 keyframes at a resolution of 64x40. The model is trained from [DeepFloyd/IF-I-L-v1.0](https://huggingface.co/DeepFloyd/IF-I-L-v1.0) on the [WebVid-10M](https://maxbain.com/webvid-dataset/) dataset.
@@ -31,13 +32,13 @@ git clone https://github.com/showlab/Show-1.git
31
  pip install -r requirements.txt
32
  ```
33
 
34
- Run the following command to generate a video from a text prompt. This will automatically download all the model weights from huggingface.
35
 
36
  ```bash
37
  python run_inference.py
38
  ```
39
 
40
- You can also download the weights manually:
41
 
42
  ```bash
43
  git lfs install
@@ -67,7 +68,6 @@ If you make use of our work, please cite our paper.
67
  }
68
  ```
69
 
70
-
71
  ## Model Card Contact
72
 
73
  This model card is maintained by [David Junhao Zhang](https://junhaozhang98.github.io/) and [Jay Zhangjie Wu](https://jayzjwu.github.io/). For any questions, please feel free to contact us or open an issue in the repository.
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ tags:
4
+ - text-to-video
5
  ---
6
 
7
  # show-1-base
 
12
 
13
  ![](https://showlab.github.io/Show-1/assets/images/method.png)
14
 
 
15
  ## Model Details
16
 
17
  This is the base model of Show-1 that generates videos with 8 keyframes at a resolution of 64x40. The model is trained from [DeepFloyd/IF-I-L-v1.0](https://huggingface.co/DeepFloyd/IF-I-L-v1.0) on the [WebVid-10M](https://maxbain.com/webvid-dataset/) dataset.
 
32
  pip install -r requirements.txt
33
  ```
34
 
35
+ Run the following command to generate a video from a text prompt. By default, this will automatically download all the model weights from huggingface.
36
 
37
  ```bash
38
  python run_inference.py
39
  ```
40
 
41
+ You can also download the weights manually and change the `pretrained_model_path` in `run_inference.py` to run the inference.
42
 
43
  ```bash
44
  git lfs install
 
68
  }
69
  ```
70
 
 
71
  ## Model Card Contact
72
 
73
  This model card is maintained by [David Junhao Zhang](https://junhaozhang98.github.io/) and [Jay Zhangjie Wu](https://jayzjwu.github.io/). For any questions, please feel free to contact us or open an issue in the repository.