BAAI
/

Text-to-Video
MTVCraft
Safetensors
suimu commited on
Commit
97be654
·
verified ·
1 Parent(s): 4234098

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -80,19 +80,19 @@ apt-get install ffmpeg
80
 
81
  ## 📥 Download Pretrained Models
82
 
83
- You can easily get all pretrained models required by inference from our [HuggingFace repo](https://huggingface.co/BAAI/MTV).
84
 
85
  Using `huggingface-cli` to download the models:
86
 
87
  ```shell
88
  cd $ProjectRootDir
89
  pip install "huggingface_hub[cli]"
90
- huggingface-cli download BAAI/MTV --local-dir ./pretrained_models
91
  ```
92
 
93
  Or you can download them separately from their source repo:
94
 
95
- - [mtv](https://huggingface.co/BAAI/MTV/tree/main/mtv): Our checkpoints
96
  - [t5-v1_1-xxl](https://huggingface.co/google/t5-v1_1-xxl): text encoder, you can download from [text_encoder](https://huggingface.co/THUDM/CogVideoX-2b/tree/main/text_encoder) and [tokenizer](https://huggingface.co/THUDM/CogVideoX-2b/tree/main/tokenizer)
97
  - [vae](https://huggingface.co/THUDM/CogVideoX1.5-5B-SAT/tree/main/vae): Cogvideox-5b pretrained 3d vae
98
  - [wav2vec](https://huggingface.co/facebook/wav2vec2-base-960h): wav audio to vector model from [Facebook](https://huggingface.co/facebook/wav2vec2-base-960h)
 
80
 
81
  ## 📥 Download Pretrained Models
82
 
83
+ You can easily get all pretrained models required by inference from our [HuggingFace repo](https://huggingface.co/BAAI/MTVCraft).
84
 
85
  Using `huggingface-cli` to download the models:
86
 
87
  ```shell
88
  cd $ProjectRootDir
89
  pip install "huggingface_hub[cli]"
90
+ huggingface-cli download BAAI/MTVCraft --local-dir ./pretrained_models
91
  ```
92
 
93
  Or you can download them separately from their source repo:
94
 
95
+ - [mtv](https://huggingface.co/BAAI/MTVCraft/tree/main/mtv): Our checkpoints
96
  - [t5-v1_1-xxl](https://huggingface.co/google/t5-v1_1-xxl): text encoder, you can download from [text_encoder](https://huggingface.co/THUDM/CogVideoX-2b/tree/main/text_encoder) and [tokenizer](https://huggingface.co/THUDM/CogVideoX-2b/tree/main/tokenizer)
97
  - [vae](https://huggingface.co/THUDM/CogVideoX1.5-5B-SAT/tree/main/vae): Cogvideox-5b pretrained 3d vae
98
  - [wav2vec](https://huggingface.co/facebook/wav2vec2-base-960h): wav audio to vector model from [Facebook](https://huggingface.co/facebook/wav2vec2-base-960h)