frankjiang commited on
Commit
da84287
Β·
verified Β·
1 Parent(s): 1c91211

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -18
README.md CHANGED
@@ -78,17 +78,17 @@ pip install thirdparty/utils3d/
78
  | Wan2.1-I2V-14B-480P | πŸ€— [Huggingface](https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-480P) πŸ€– [ModelScope](https://www.modelscope.cn/models/Wan-AI/Wan2.1-I2V-14B-480P) | Base Model
79
  | FantasyWorld-Wan2.1-I2V-14B-480P | πŸ€— [Huggingface](https://huggingface.co/acvlab/FantasyWorld-Wan2.1-I2V-14B-480P) πŸ€– [ModelScope](https://www.modelscope.cn/models/amap_cvlab/FantasyWorld-Wan2.1-I2V-14B-480P) | FantasyWorld
80
 
81
- Download models using `huggingface-cli`:
82
- ``` sh
83
- pip install "huggingface_hub"
84
- huggingface-cli download "Wan-AI/Wan2.1-I2V-14B-480P" --local-dir ./models/Wan-AI/Wan2.1-I2V-14B-480P
85
- huggingface-cli download "acvlab/FantasyWorld-Wan2.1-I2V-14B-480P" --local-dir ./models/FantasyWorld-Wan2.1-I2V-14B-480P/
86
  ```
87
 
88
- Download models using `modelscope-cli`:
89
  ```bash
90
- pip install modelscope
91
- modelscope download Wan-AI/Wan2.1-I2V-14B-480P --local_dir ./models/Wan-AI/Wan2.1-I2V-14B-480P
92
  modelscope download "amap_cvlab/FantasyWorld-Wan2.1-I2V-14B-480P" --local_dir ./models/FantasyWorld-Wan2.1-I2V-14B-480P/
93
  ```
94
 
@@ -125,19 +125,19 @@ python inference_wan21.py \
125
  | Wan2.2-Fun-Reward-LoRAs | πŸ€— [Huggingface](https://huggingface.co/alibaba-pai/Wan2.2-Fun-Reward-LoRAs) πŸ€– [ModelScope](https://www.modelscope.ai/models/PAI/Wan2.2-Fun-Reward-LoRAs) | LoRA Model
126
  | FantasyWorld-Wan2.2-Fun-A14B-Control-Camera | πŸ€— [Huggingface](https://huggingface.co/acvlab/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera) πŸ€– [ModelScope](https://www.modelscope.ai/models/amap_cvlab/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera) | FantasyWorld
127
 
128
- Download models using `huggingface-cli`:
129
  ```bash
130
- pip install "huggingface_hub"
131
- huggingface-cli download "alibaba-pai/Wan2.2-Fun-A14B-Control-Camera" --local-dir ./models/PAI/Wan2.2-Fun-A14B-Control-Camera
132
- huggingface-cli download "alibaba-pai/Wan2.2-Fun-Reward-LoRAs" --local-dir ./models/PAI/Wan2.2-Fun-Reward-LoRAs
133
- huggingface-cli download "acvlab/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera" --local-dir ./models/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera/
134
  ```
135
 
136
- Download models using modelscope-cli:
137
  ```bash
138
- pip install modelscope
139
- modelscope download --model "PAI/Wan2.2-Fun-A14B-Control-Camera" --local_dir ./models/PAI/Wan2.2-Fun-A14B-Control-Camera
140
- modelscope download --model "PAI/Wan2.2-Fun-Reward-LoRAs" --local_dir ./models/PAI/Wan2.2-Fun-Reward-LoRAs
141
  modelscope download "amap_cvlab/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera" --local_dir ./models/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera/
142
  ```
143
 
@@ -190,4 +190,3 @@ If you find this repository useful, please consider giving a star ⭐ and citati
190
  ## πŸ™ Acknowledgments
191
 
192
  We would like to thank [Wan](https://github.com/Wan-Video), [VideoX-Fun](https://github.com/aigc-apps/VideoX-Fun), [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) and [VGGT](https://github.com/facebookresearch/vggt.git) for their great works.
193
-
 
78
  | Wan2.1-I2V-14B-480P | πŸ€— [Huggingface](https://huggingface.co/Wan-AI/Wan2.1-I2V-14B-480P) πŸ€– [ModelScope](https://www.modelscope.cn/models/Wan-AI/Wan2.1-I2V-14B-480P) | Base Model
79
  | FantasyWorld-Wan2.1-I2V-14B-480P | πŸ€— [Huggingface](https://huggingface.co/acvlab/FantasyWorld-Wan2.1-I2V-14B-480P) πŸ€– [ModelScope](https://www.modelscope.cn/models/amap_cvlab/FantasyWorld-Wan2.1-I2V-14B-480P) | FantasyWorld
80
 
81
+ Download models using `huggingface`:
82
+ ```bash
83
+ pip install -U "huggingface_hub"
84
+ hf download "Wan-AI/Wan2.1-I2V-14B-480P" --local-dir ./models/Wan-AI/Wan2.1-I2V-14B-480P
85
+ hf download "acvlab/FantasyWorld-Wan2.1-I2V-14B-480P" --local-dir ./models/FantasyWorld-Wan2.1-I2V-14B-480P/
86
  ```
87
 
88
+ Download models using `modelscope`:
89
  ```bash
90
+ pip install -U modelscope
91
+ modelscope download "Wan-AI/Wan2.1-I2V-14B-480P" --local_dir ./models/Wan-AI/Wan2.1-I2V-14B-480P
92
  modelscope download "amap_cvlab/FantasyWorld-Wan2.1-I2V-14B-480P" --local_dir ./models/FantasyWorld-Wan2.1-I2V-14B-480P/
93
  ```
94
 
 
125
  | Wan2.2-Fun-Reward-LoRAs | πŸ€— [Huggingface](https://huggingface.co/alibaba-pai/Wan2.2-Fun-Reward-LoRAs) πŸ€– [ModelScope](https://www.modelscope.ai/models/PAI/Wan2.2-Fun-Reward-LoRAs) | LoRA Model
126
  | FantasyWorld-Wan2.2-Fun-A14B-Control-Camera | πŸ€— [Huggingface](https://huggingface.co/acvlab/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera) πŸ€– [ModelScope](https://www.modelscope.ai/models/amap_cvlab/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera) | FantasyWorld
127
 
128
+ Download models using `huggingface`:
129
  ```bash
130
+ pip install -U "huggingface_hub"
131
+ hf download "alibaba-pai/Wan2.2-Fun-A14B-Control-Camera" --local-dir ./models/PAI/Wan2.2-Fun-A14B-Control-Camera
132
+ hf download "alibaba-pai/Wan2.2-Fun-Reward-LoRAs" --local-dir ./models/PAI/Wan2.2-Fun-Reward-LoRAs
133
+ hf download "acvlab/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera" --local-dir ./models/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera/
134
  ```
135
 
136
+ Download models using `modelscope`:
137
  ```bash
138
+ pip install -U modelscope
139
+ modelscope download "PAI/Wan2.2-Fun-A14B-Control-Camera" --local_dir ./models/PAI/Wan2.2-Fun-A14B-Control-Camera
140
+ modelscope download "PAI/Wan2.2-Fun-Reward-LoRAs" --local_dir ./models/PAI/Wan2.2-Fun-Reward-LoRAs
141
  modelscope download "amap_cvlab/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera" --local_dir ./models/FantasyWorld-Wan2.2-Fun-A14B-Control-Camera/
142
  ```
143
 
 
190
  ## πŸ™ Acknowledgments
191
 
192
  We would like to thank [Wan](https://github.com/Wan-Video), [VideoX-Fun](https://github.com/aigc-apps/VideoX-Fun), [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio) and [VGGT](https://github.com/facebookresearch/vggt.git) for their great works.