From b18bc53b12f33de0d7246fc3da4dd780729cde5a Mon Sep 17 00:00:00 2001 From: Plachtaa <112609742+Plachtaa@users.noreply.github.com> Date: Sat, 25 Feb 2023 10:13:01 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29e2e17..24f9ec1 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Your-zip-file.zip └───zzz.wav ``` Note that the format & name of the audio files does not matter as long as they are audio files. -Audio quality requirements: >=2s, <=20s per audio, background noise should be as less as possible. +Audio quality requirements: >=2s, <=10s per audio, background noise should be as less as possible. Audio quantity requirements: at least 10 per character, better if 20+ per character. You can either choose to perform step 2, 3, or both, depending on your needs. From 8370ea7f35c323cf5ac90db00996e9e59e526719 Mon Sep 17 00:00:00 2001 From: Plachtaa <112609742+Plachtaa@users.noreply.github.com> Date: Sat, 25 Feb 2023 10:13:21 +0800 Subject: [PATCH 2/3] Update README_ZH.md --- README_ZH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ZH.md b/README_ZH.md index 51d4fad..039d018 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -51,7 +51,7 @@ Your-zip-file.zip └───zzz.wav ``` 注意音频的格式和名称都不重要,只要它们是音频文件。 -质量要求:2秒以上,20秒以内,尽量不要有背景噪音。 +质量要求:2秒以上,10秒以内,尽量不要有背景噪音。 数量要求:一个角色至少10条,最好每个角色20条以上。 你可以选择进行步骤2或3,或二者一起,取决于你的需求。 From b88092dd3ac910d52402a771b9177d46639a48b4 Mon Sep 17 00:00:00 2001 From: Plachtaa <112609742+Plachtaa@users.noreply.github.com> Date: Sat, 25 Feb 2023 18:28:49 +0800 Subject: [PATCH 3/3] Update README_ZH.md --- README_ZH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ZH.md b/README_ZH.md index 039d018..0e0b667 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -61,7 +61,7 @@ Your-zip-file.zip ## 本地运行和推理 0. 记得下载微调好的模型和config文件! -1. 下载最新的Release包(在Github页面的右侧) +1. 下载最新的[Release包](https://github.com/Plachtaa/VITS-fast-fine-tuning/releases/tag/WebUI) 2. 把下载的模型和config文件放在 `inference`文件夹下, 确保模型的文件名为 `G_latest.pth` ,config文件名为 `finetune_speaker.json` 3. 一切准备就绪后,文件结构应该如下所示: ```shell