Update README.md
Browse files
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
|
| 82 |
-
```
|
| 83 |
-
pip install "huggingface_hub"
|
| 84 |
-
|
| 85 |
-
|
| 86 |
```
|
| 87 |
|
| 88 |
-
Download models using `modelscope
|
| 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
|
| 129 |
```bash
|
| 130 |
-
pip install "huggingface_hub"
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
```
|
| 135 |
|
| 136 |
-
Download models using modelscope
|
| 137 |
```bash
|
| 138 |
-
pip install modelscope
|
| 139 |
-
modelscope download
|
| 140 |
-
modelscope download
|
| 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.
|
|
|