Update README.md
Browse files
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
|