Yingda commited on
Commit
b1cbf2d
·
verified ·
1 Parent(s): 9c51d36

add modelscope download cli

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -89,12 +89,17 @@ pip install -r requirements.txt
89
  > 💡Note: The 1.3B model is capable of generating videos at 720P resolution. However, due to limited training at this resolution, the results are generally less stable compared to 480P. For optimal performance, we recommend using 480P resolution.
90
 
91
 
92
- Download models using huggingface-cli:
93
  ```
94
  pip install "huggingface_hub[cli]"
95
  huggingface-cli download Wan-AI/Wan2.1-T2V-14B --local-dir ./Wan2.1-T2V-14B
96
  ```
97
 
 
 
 
 
 
98
  #### Run Text-to-Video Generation
99
 
100
  This repository supports two Text-to-Video models (1.3B and 14B) and two resolutions (480P and 720P). The parameters and configurations for these models are as follows:
 
89
  > 💡Note: The 1.3B model is capable of generating videos at 720P resolution. However, due to limited training at this resolution, the results are generally less stable compared to 480P. For optimal performance, we recommend using 480P resolution.
90
 
91
 
92
+ Download models using 🤗 huggingface-cli:
93
  ```
94
  pip install "huggingface_hub[cli]"
95
  huggingface-cli download Wan-AI/Wan2.1-T2V-14B --local-dir ./Wan2.1-T2V-14B
96
  ```
97
 
98
+ Download models using 🤖 modelscope-cli:
99
+ ```
100
+ pip install modelscope
101
+ modelscope download Wan-AI/Wan2.1-T2V-14B --local_dir ./Wan2.1-T2V-14B
102
+ ```
103
  #### Run Text-to-Video Generation
104
 
105
  This repository supports two Text-to-Video models (1.3B and 14B) and two resolutions (480P and 720P). The parameters and configurations for these models are as follows: