Yingda commited on
Commit
c1eafd2
·
verified ·
1 Parent(s): 93f0602

Update README.md

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