mirror of
https://github.com/fumiama/RVC-Models-Downloader.git
synced 2024-11-17 13:47:11 +09:00
doc: optimize instructions
This commit is contained in:
parent
770a5bc239
commit
b329dfa56c
13
README.md
13
README.md
@ -30,7 +30,7 @@ rvcmd tools/ffmpeg
|
|||||||
```bash
|
```bash
|
||||||
rvcmd -c cust
|
rvcmd -c cust
|
||||||
```
|
```
|
||||||
#### Ex.2. Download other Repositories
|
#### Ex.2. Download other Repositories in 🤗
|
||||||
> Use [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) as the example.
|
> Use [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) as the example.
|
||||||
1. Write and save the following `cust.yaml`.
|
1. Write and save the following `cust.yaml`.
|
||||||
```yaml
|
```yaml
|
||||||
@ -41,8 +41,19 @@ rvcmd tools/ffmpeg
|
|||||||
- v1-5-pruned-emaonly.ckpt
|
- v1-5-pruned-emaonly.ckpt
|
||||||
- v1-5-pruned-emaonly.safetensors
|
- v1-5-pruned-emaonly.safetensors
|
||||||
- Folder: sd1.5/vae # the folder you want to download into
|
- Folder: sd1.5/vae # the folder you want to download into
|
||||||
|
Copy: # files to download
|
||||||
- vae/diffusion_pytorch_model.bin
|
- vae/diffusion_pytorch_model.bin
|
||||||
```
|
```
|
||||||
|
#### Ex.3. Download Releases in GitHub
|
||||||
|
> Use [yousa-ling-diffsinger-v1.3](https://github.com/yousa-ling-official-production/yousa-ling-diffsinger-v1/releases/tag/v1.3) as the example.
|
||||||
|
1. Write and save the following `cust.yaml`.
|
||||||
|
```yaml
|
||||||
|
BaseURL: https://github.com/yousa-ling-official-production/yousa-ling-diffsinger-v1/releases/download/v1.3
|
||||||
|
Targets:
|
||||||
|
- Folder: . # the folder you want to download into
|
||||||
|
Copy: # files to download
|
||||||
|
- yousaV1.3.zip
|
||||||
|
```
|
||||||
2. Run `rvcmd` in the same folder.
|
2. Run `rvcmd` in the same folder.
|
||||||
```bash
|
```bash
|
||||||
rvcmd -c cust
|
rvcmd -c cust
|
||||||
|
Loading…
Reference in New Issue
Block a user