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

doc: optimize README

This commit is contained in:
源文雨 2024-04-18 18:29:08 +09:00
parent d1de2a6740
commit 3f20164d72

View File

@ -4,20 +4,21 @@ Quickly download RVC models in 🤗 Hugging Face.
## Quick Start
### Preparation
Put this program into the root directory of RVC. You can download it at [Release](https://github.com/RVC-Project/RVC-Models-Downloader/releases) page.
### Download All Assets
### Download
#### All Assets
```bash
rvcmd assets/all
```
### Download Latest General Pack (Windows Only)
#### Latest General Pack (Windows Only)
```bash
rvcmd packs/general/latest
```
### Download ffmpeg Tools (Windows Only)
#### ffmpeg Tools (Windows Only)
```bash
rvcmd tools/ffmpeg
```
## Customized Download
### Download ffmpeg Tools & Latest Intel Pack
#### Customized Download
##### Ex.1. Download ffmpeg Tools & Latest Intel Pack
1. Write and save the following `cust.yaml`.
```yaml
BaseURL: https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main
@ -29,7 +30,7 @@ rvcmd tools/ffmpeg
```bash
rvcmd -c cust
```
### Download other Repositories
##### Ex.2. Download other Repositories
> Use [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) as the example.
1. Write and save the following `cust.yaml`.
```yaml