Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add model files download step
  • Loading branch information
bakhti-uzb committed Feb 27, 2025
1 parent 60ecbf4 commit 2beb726
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2beb726

Please sign in to comment.