From f8cca94007044182bbd528c547bfbef058dffe8b Mon Sep 17 00:00:00 2001 From: Bakhtiyor Sulaymonov Date: Thu, 27 Feb 2025 10:43:21 +0500 Subject: [PATCH] Update README.md Add model files download step --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 155850e..71a9ae7 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,17 @@ Follow these steps to set up the environment on macOS: pip install einops ``` +5. **Download models using huggingface-cli**: + ```bash + pip install "huggingface_hub[cli]" + huggingface-cli download Wan-AI/Wan2.1-T2V-1.3B --local-dir ./Wan2.1-T2V-1.3B + ``` + **Or download models using huggingface-cli**: + ```bash + pip install modelscope + modelscope download Wan-AI/Wan2.1-T2V-1.3B --local_dir ./Wan2.1-T2V-1.3B + ``` + ## Usage To generate a video, use the following command: