mirror of
https://modelscope.cn/models/Wan-AI/Wan2.1-I2V-14B-480P
synced 2026-04-02 19:12:58 +08:00
add modelscope download cli
This commit is contained in:
@ -91,12 +91,17 @@ pip install -r requirements.txt
|
|||||||
> 💡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.
|
> 💡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.
|
||||||
|
|
||||||
|
|
||||||
Download models using huggingface-cli:
|
Download models using 🤗 huggingface-cli:
|
||||||
```
|
```
|
||||||
pip install "huggingface_hub[cli]"
|
pip install "huggingface_hub[cli]"
|
||||||
huggingface-cli download Wan-AI/Wan2.1-I2V-14B-480P --local-dir ./Wan2.1-I2V-14B-480P
|
huggingface-cli download Wan-AI/Wan2.1-I2V-14B-480P --local-dir ./Wan2.1-I2V-14B-480P
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Download models using 🤖 modelscope-cli:
|
||||||
|
```
|
||||||
|
pip install modelscope
|
||||||
|
modelscope download Wan-AI/Wan2.1-I2V-14B-480P --local_dir ./Wan2.1-I2V-14B-480P
|
||||||
|
```
|
||||||
|
|
||||||
#### Run Image-to-Video Generation
|
#### Run Image-to-Video Generation
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user