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,32 +4,33 @@ Quickly download RVC models in 🤗 Hugging Face.
## Quick Start ## Quick Start
### Preparation ### 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. 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 ```bash
rvcmd assets/all rvcmd assets/all
``` ```
### Download Latest General Pack (Windows Only) #### Latest General Pack (Windows Only)
```bash ```bash
rvcmd packs/general/latest rvcmd packs/general/latest
``` ```
### Download ffmpeg Tools (Windows Only) #### ffmpeg Tools (Windows Only)
```bash ```bash
rvcmd tools/ffmpeg rvcmd tools/ffmpeg
``` ```
## Customized Download #### Customized Download
### 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
Targets: Targets:
- Refer: tools/ffmpeg - Refer: tools/ffmpeg
- Refer: packs/intel/latest - Refer: packs/intel/latest
``` ```
2. Run `rvcmd` in the same folder. 2. Run `rvcmd` in the same folder.
```bash ```bash
rvcmd -c cust 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. > 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