From 3ebc1befe53fc2e85d881a27733a083a15fde56c Mon Sep 17 00:00:00 2001 From: Plachtaa <112609742+Plachtaa@users.noreply.github.com> Date: Sun, 19 Feb 2023 00:49:46 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 615dc49..cfb96fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[中文文档请点击这里](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/README_CN.md) +[中文文档请点击这里](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/README_ZH.md) # VITS Fast Fine-tuning This repo will guide you to add your own character voices, or even your own voice, into an existing VITS TTS model to make it able to do the following tasks in less than 1 hour: From 78fb90d9fce91e7f7961137d08eb57a1ad856c3f Mon Sep 17 00:00:00 2001 From: Plachtaa <112609742+Plachtaa@users.noreply.github.com> Date: Sun, 19 Feb 2023 00:50:06 +0800 Subject: [PATCH 2/5] Update README_EN.md --- README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_EN.md b/README_EN.md index 3960ec1..a40281f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -1,4 +1,4 @@ -[中文文档请点击这里](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/README_CN.md) +[中文文档请点击这里](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/README_ZH.md) # VITS Fast Fine-tuning This repo will guide you to add your own character voices, or even your own voice, into an existing VITS TTS model to make it able to do the following tasks in less than 1 hour: From f5b2bcbaa4ff6614fbabd67e65173a78f8ea8ddd Mon Sep 17 00:00:00 2001 From: Plachtaa <112609742+Plachtaa@users.noreply.github.com> Date: Sun, 19 Feb 2023 18:17:07 +0800 Subject: [PATCH 3/5] 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 7b83999..3dc1485 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -69,7 +69,7 @@ inference ├───inference.exe ├───... ├───finetune_speaker.json -└───G_latest.json +└───G_latest.pth ``` 4. 运行 `inference.exe`, 浏览器会自动弹出窗口. From fce6ee58a56e242e312cfe77741c9dbe77feb15d Mon Sep 17 00:00:00 2001 From: Plachtaa <112609742+Plachtaa@users.noreply.github.com> Date: Sun, 19 Feb 2023 18:17:24 +0800 Subject: [PATCH 4/5] Update README_EN.md --- README_EN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_EN.md b/README_EN.md index a40281f..69d75d0 100644 --- a/README_EN.md +++ b/README_EN.md @@ -70,6 +70,6 @@ inference ├───inference.exe ├───... ├───finetune_speaker.json -└───G_latest.json +└───G_latest.pth ``` 4. run `inference.exe`, the browser should pop up automatically. From 95623e77a391325d93624d7a77b5787f36afb827 Mon Sep 17 00:00:00 2001 From: Plachtaa <112609742+Plachtaa@users.noreply.github.com> Date: Sun, 19 Feb 2023 18:17:39 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfb96fa..29e2e17 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,6 @@ inference ├───inference.exe ├───... ├───finetune_speaker.json -└───G_latest.json +└───G_latest.pth ``` 4. run `inference.exe`, the browser should pop up automatically.