Yingda commited on
Commit
8823af4
·
verified ·
1 Parent(s): 1457bb8

add modelscope download cli

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -91,12 +91,17 @@ pip install -r requirements.txt
91
  > 💡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.
92
 
93
 
94
- Download models using huggingface-cli:
95
  ```
96
  pip install "huggingface_hub[cli]"
97
  huggingface-cli download Wan-AI/Wan2.1-I2V-14B-720P --local-dir ./Wan2.1-I2V-14B-720P
98
  ```
99
 
 
 
 
 
 
100
 
101
  #### Run Image-to-Video Generation
102
 
 
91
  > 💡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.
92
 
93
 
94
+ Download models using 🤗 huggingface-cli:
95
  ```
96
  pip install "huggingface_hub[cli]"
97
  huggingface-cli download Wan-AI/Wan2.1-I2V-14B-720P --local-dir ./Wan2.1-I2V-14B-720P
98
  ```
99
 
100
+ Download models using 🤖 modelscope-cli:
101
+ ```
102
+ pip install modelscope
103
+ modelscope download Wan-AI/Wan2.1-I2V-14B-720P --local_dir ./Wan2.1-I2V-14B-720P
104
+ ```
105
 
106
  #### Run Image-to-Video Generation
107