1
0
mirror of https://github.com/fumiama/RVC-Models-Downloader.git synced 2024-09-29 22:36:25 +09:00

doc: optimize README

This commit is contained in:
源文雨 2024-04-18 18:30:32 +09:00
parent 3f20164d72
commit da4eaf8c66

View File

@ -17,8 +17,8 @@ rvcmd packs/general/latest
```bash ```bash
rvcmd tools/ffmpeg rvcmd tools/ffmpeg
``` ```
#### Customized Download ### Customized Download
##### Ex.1. Download ffmpeg Tools & Latest Intel Pack #### Ex.1. Download ffmpeg Tools & Latest Intel Pack
1. Write and save the following `cust.yaml`. 1. Write and save the following `cust.yaml`.
```yaml ```yaml
BaseURL: https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main BaseURL: https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main
@ -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
> 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