mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-06-07 07:44:53 +00:00
Update README.md
Add model files download step
This commit is contained in:
parent
60ecbf4380
commit
2beb726132
11
README.md
11
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:
|
||||
|
Loading…
Reference in New Issue
Block a user