From b329dfa56cde10b2b696e3d0a2a1b20f31e2e2f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:03:31 +0900 Subject: [PATCH] doc: optimize instructions --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c201d9..319d687 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ rvcmd tools/ffmpeg ```bash 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. 1. Write and save the following `cust.yaml`. ```yaml @@ -41,8 +41,19 @@ rvcmd tools/ffmpeg - v1-5-pruned-emaonly.ckpt - v1-5-pruned-emaonly.safetensors - Folder: sd1.5/vae # the folder you want to download into + Copy: # files to download - 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. ```bash rvcmd -c cust