Update README.md
Browse files
README.md
CHANGED
|
@@ -18,6 +18,8 @@ library_name: diffusers
|
|
| 18 |
```bash
|
| 19 |
git lfs install
|
| 20 |
git clone git@hf.co:anonymous728/VORTA
|
|
|
|
|
|
|
| 21 |
```
|
| 22 |
_Other alternative methods to download the models can be found [here](https://huggingface.co/docs/hub/models-downloading#using-git)._
|
| 23 |
|
|
|
|
| 18 |
```bash
|
| 19 |
git lfs install
|
| 20 |
git clone git@hf.co:anonymous728/VORTA
|
| 21 |
+
# mv VORTA/<model_name> results/, <model_name>: wan-14B, hunyuan; e.g.
|
| 22 |
+
mv VORTA/wan-14B results/
|
| 23 |
```
|
| 24 |
_Other alternative methods to download the models can be found [here](https://huggingface.co/docs/hub/models-downloading#using-git)._
|
| 25 |
|