From 190e9286813452351f44e9fd11b8614cf5d91fd3 Mon Sep 17 00:00:00 2001 From: Yingda Chen Date: Wed, 26 Feb 2025 22:31:12 +0800 Subject: [PATCH] add modelscope download cli --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5d26fde..8c95c58 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,11 @@ pip install "huggingface_hub[cli]" huggingface-cli download Wan-AI/Wan2.1-T2V-14B --local-dir ./Wan2.1-T2V-14B ``` +Download models using modelscope-cli: +``` +pip install modelscope +modelscope download Wan-AI/Wan2.1-T2V-14B --local_dir ./Wan2.1-T2V-14B +``` #### Run Text-to-Video Generation This repository supports two Text-to-Video models (1.3B and 14B) and two resolutions (480P and 720P). The parameters and configurations for these models are as follows: