Update README.md

Add model files download step
This commit is contained in:
Bakhtiyor Sulaymonov 2025-02-27 10:43:21 +05:00
parent 60ecbf4380
commit 2beb726132

View File

@ -40,6 +40,17 @@ Follow these steps to set up the environment on macOS:
pip install einops 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 ## Usage
To generate a video, use the following command: To generate a video, use the following command: