From 758761ff99049aba2cdd3c3fc4c5ef2c47333d96 Mon Sep 17 00:00:00 2001 From: Songting <112609742+Plachtaa@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:20:03 +0800 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdb8646..7ad7df6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Chinese only:(No running huggingface spaces) Author: [Wwwwhy230825](https://gi ## Fine-tuning See [LOCAL.md](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/LOCAL.md) for local training guide. -Alternatively, you can perform fine-tuning on [Google Colab](https://colab.research.google.com/drive/1pn1xnFfdLK63gVXDwV4zCXfVeo8c-I-0?usp=sharing) (2023/7/18: This is under maintainace, do not use) +Google Colab notebook is deprecated, please deploy this project locally. ### How long does it take? From e01c21e65f746e28c4f5c1a5744a06f46d5fd252 Mon Sep 17 00:00:00 2001 From: Songting <112609742+Plachtaa@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:22:18 +0800 Subject: [PATCH 2/6] Update README_ZH.md --- README_ZH.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README_ZH.md b/README_ZH.md index dfdc413..ec4cf3c 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -29,11 +29,10 @@ English Documentation Please Click [here](https://github.com/Plachtaa/VITS-fast- ## 微调 若希望于本地机器进行训练,请参考[LOCAL.md](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/LOCAL.md)以进行。 -另外,也可以选择使用 [Google Colab](https://colab.research.google.com/drive/1pn1xnFfdLK63gVXDwV4zCXfVeo8c-I-0?usp=sharing) (2023/7/18: 维护中,无法正常使用) -进行微调任务。 +Google Colab 笔记本由于Colab虚拟机环境频繁更新导致维护困难,现已弃用,请使用本地部署。 ### 我需要花多长时间? -1. 安装依赖 (10 min在Google Colab中) -2. 选择预训练模型,详细区别参见[Colab 笔记本页面](https://colab.research.google.com/drive/1pn1xnFfdLK63gVXDwV4zCXfVeo8c-I-0?usp=sharing)。 +1. 安装依赖 +2. 选择预训练模型, 3. 上传你希望加入的其它角色声音,详细上传方式见[DATA.MD](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/DATA.MD) 4. 进行微调,根据选择的微调方式和样本数量不同,花费时长可能在20分钟到2小时不等。 From e9441dbc7fa5c8faae95d3be23c50b8f9ae467d4 Mon Sep 17 00:00:00 2001 From: Songting <112609742+Plachtaa@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:22:44 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ad7df6..19686b0 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Google Colab notebook is deprecated, please deploy this project locally. ### How long does it take? -1. Install dependencies (3 min) -2. Choose pretrained model to start. The detailed differences between them are described in [Colab Notebook](https://colab.research.google.com/drive/1pn1xnFfdLK63gVXDwV4zCXfVeo8c-I-0?usp=sharing) +1. Install dependencies +2. Choose pretrained model to start. 3. Upload the voice samples of the characters you wish to add,see [DATA.MD](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/DATA_EN.MD) for detailed uploading options. 4. Start fine-tuning. Time taken varies from 20 minutes ~ 2 hours, depending on the number of voices you uploaded. From 496dd8486af8834e6aed404f81c7a0863f91857b Mon Sep 17 00:00:00 2001 From: Songting <112609742+Plachtaa@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:46:48 +0800 Subject: [PATCH 4/6] 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 ec4cf3c..7fa5023 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -28,7 +28,7 @@ English Documentation Please Click [here](https://github.com/Plachtaa/VITS-fast- ## 微调 -若希望于本地机器进行训练,请参考[LOCAL.md](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/LOCAL.md)以进行。 +请参考[LOCAL.md](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/LOCAL.md)以进行。 Google Colab 笔记本由于Colab虚拟机环境频繁更新导致维护困难,现已弃用,请使用本地部署。 ### 我需要花多长时间? 1. 安装依赖 From 2262cb82121abb02e650c302b6e714ae7c9c6604 Mon Sep 17 00:00:00 2001 From: Songting <112609742+Plachtaa@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:52:14 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19686b0..bdb8646 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ Chinese only:(No running huggingface spaces) Author: [Wwwwhy230825](https://gi ## Fine-tuning See [LOCAL.md](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/LOCAL.md) for local training guide. -Google Colab notebook is deprecated, please deploy this project locally. +Alternatively, you can perform fine-tuning on [Google Colab](https://colab.research.google.com/drive/1pn1xnFfdLK63gVXDwV4zCXfVeo8c-I-0?usp=sharing) (2023/7/18: This is under maintainace, do not use) ### How long does it take? -1. Install dependencies -2. Choose pretrained model to start. +1. Install dependencies (3 min) +2. Choose pretrained model to start. The detailed differences between them are described in [Colab Notebook](https://colab.research.google.com/drive/1pn1xnFfdLK63gVXDwV4zCXfVeo8c-I-0?usp=sharing) 3. Upload the voice samples of the characters you wish to add,see [DATA.MD](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/DATA_EN.MD) for detailed uploading options. 4. Start fine-tuning. Time taken varies from 20 minutes ~ 2 hours, depending on the number of voices you uploaded. From 8a9535c0c7a92c33229124b5249d58346bc49760 Mon Sep 17 00:00:00 2001 From: Songting <112609742+Plachtaa@users.noreply.github.com> Date: Sat, 22 Jul 2023 22:52:56 +0800 Subject: [PATCH 6/6] Update README_ZH.md --- README_ZH.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README_ZH.md b/README_ZH.md index 7fa5023..dfdc413 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -28,11 +28,12 @@ English Documentation Please Click [here](https://github.com/Plachtaa/VITS-fast- ## 微调 -请参考[LOCAL.md](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/LOCAL.md)以进行。 -Google Colab 笔记本由于Colab虚拟机环境频繁更新导致维护困难,现已弃用,请使用本地部署。 +若希望于本地机器进行训练,请参考[LOCAL.md](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/LOCAL.md)以进行。 +另外,也可以选择使用 [Google Colab](https://colab.research.google.com/drive/1pn1xnFfdLK63gVXDwV4zCXfVeo8c-I-0?usp=sharing) (2023/7/18: 维护中,无法正常使用) +进行微调任务。 ### 我需要花多长时间? -1. 安装依赖 -2. 选择预训练模型, +1. 安装依赖 (10 min在Google Colab中) +2. 选择预训练模型,详细区别参见[Colab 笔记本页面](https://colab.research.google.com/drive/1pn1xnFfdLK63gVXDwV4zCXfVeo8c-I-0?usp=sharing)。 3. 上传你希望加入的其它角色声音,详细上传方式见[DATA.MD](https://github.com/Plachtaa/VITS-fast-fine-tuning/blob/main/DATA.MD) 4. 进行微调,根据选择的微调方式和样本数量不同,花费时长可能在20分钟到2小时不等。