Upload folder using huggingface_hub
Browse files- README.md +2 -2
- README_CN.md +1 -1
README.md
CHANGED
|
@@ -173,7 +173,7 @@ pip install modelscope
|
|
| 173 |
```
|
| 174 |
Then, download the pretrained DiT and VAE checkpoints. For example, you can use the following command to download the WAN2.1 checkpoint of 720P I2V task to ```./weights``` by default.
|
| 175 |
```
|
| 176 |
-
hf download Wan-AI/Wan2.1-I2V-14B-720P --local-dir ./weights
|
| 177 |
```
|
| 178 |
|
| 179 |
## 🎓 Training
|
|
@@ -292,4 +292,4 @@ We sincerely thank the contributors to the following projects:
|
|
| 292 |
|
| 293 |
**Star ⭐ this repo if you find it helpful!**
|
| 294 |
|
| 295 |
-
</div>
|
|
|
|
| 173 |
```
|
| 174 |
Then, download the pretrained DiT and VAE checkpoints. For example, you can use the following command to download the WAN2.1 checkpoint of 720P I2V task to ```./weights``` by default.
|
| 175 |
```
|
| 176 |
+
hf download Wan-AI/Wan2.1-I2V-14B-720P --local-dir ./weights/Wan2.1-I2V-14B-720P
|
| 177 |
```
|
| 178 |
|
| 179 |
## 🎓 Training
|
|
|
|
| 292 |
|
| 293 |
**Star ⭐ this repo if you find it helpful!**
|
| 294 |
|
| 295 |
+
</div>
|
README_CN.md
CHANGED
|
@@ -166,7 +166,7 @@ pip install modelscope
|
|
| 166 |
```
|
| 167 |
然后,下载预训练的DiT和VAE检查点。例如,可以使用以下命令将720P I2V任务的WAN2.1检查点下载到默认的```./weights```目录。
|
| 168 |
```
|
| 169 |
-
hf download Wan-AI/Wan2.1-I2V-14B-720P --local-dir ./weights
|
| 170 |
```
|
| 171 |
|
| 172 |
## 🎓 训练
|
|
|
|
| 166 |
```
|
| 167 |
然后,下载预训练的DiT和VAE检查点。例如,可以使用以下命令将720P I2V任务的WAN2.1检查点下载到默认的```./weights```目录。
|
| 168 |
```
|
| 169 |
+
hf download Wan-AI/Wan2.1-I2V-14B-720P --local-dir ./weights/Wan2.1-I2V-14B-720P
|
| 170 |
```
|
| 171 |
|
| 172 |
## 🎓 训练
|