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-480P --local-dir ./Wan2.1-I2V-14B-480P
|
| 98 |
```
|
| 99 |
|
| 100 |
Download models using 🤖 modelscope-cli:
|
| 101 |
```
|
| 102 |
pip install modelscope
|
| 103 |
-
modelscope download Wan-AI/Wan2.1-I2V-14B-480P --local_dir ./Wan2.1-I2V-14B-480P
|
| 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-480P-Diffusers --local-dir ./Wan2.1-I2V-14B-480P-Diffusers
|
| 98 |
```
|
| 99 |
|
| 100 |
Download models using 🤖 modelscope-cli:
|
| 101 |
```
|
| 102 |
pip install modelscope
|
| 103 |
+
modelscope download Wan-AI/Wan2.1-I2V-14B-480P-Diffusers --local_dir ./Wan2.1-I2V-14B-480P-Diffusers
|
| 104 |
```
|
| 105 |
|
| 106 |
#### Run Image-to-Video Generation
|