From 33c2c29241dda997e8b4f39a36a542b737c5137f Mon Sep 17 00:00:00 2001 From: ai-modelscope Date: Thu, 27 Feb 2025 06:06:38 +0800 Subject: [PATCH] add modelscope download cli --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d385b88..0d0e3e7 100644 --- a/README.md +++ b/README.md @@ -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. -Download models using huggingface-cli: +Download models using 🤗 huggingface-cli: ``` pip install "huggingface_hub[cli]" 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