From 9cd6f36696005b4f6e4f14e6132603dd3e10a3ce Mon Sep 17 00:00:00 2001 From: Plachta Date: Wed, 14 Jun 2023 15:36:48 +0800 Subject: [PATCH] Updated 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 4d41305..2e68bbe 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -26,10 +26,11 @@ English Documentation Please Click [here](https://github.com/Plachtaa/VITS-fast- ## 微调 -建议使用 [Google Colab](https://colab.research.google.com/drive/1pn1xnFfdLK63gVXDwV4zCXfVeo8c-I-0?usp=sharing) -进行微调任务,因为VITS在多语言情况下的某些环境依赖相当难以配置。 -### 在Google Colab里,我需要花多长时间? -1. 安装依赖 (3 min) +若希望于本地机器进行训练,请参考[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) +进行微调任务。 +### 我需要花多长时间? +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小时不等。