Commit 4aad33ef authored by FGORGEOUS's avatar FGORGEOUS
Browse files

Update README.md

parent 57ad1f11
Pipeline #1692 failed with stages
in 0 seconds
......@@ -61,8 +61,9 @@ pip install -r requirements.txt # requirements.txt
```
## 数据集
本步骤说明采用标贝女声数据集`BZNSYP`,其余音色数据参照[`recipes`](./recipes/)下的文件说明进行下载使用,项目中已提供[`BZNSYP`](./recipes/raw_datasets/BZNSYP.zip)迷你数据集进行试用,解压即可,完整BZNSYP数据集请从以下官网下载:
本步骤说明采用标贝女声数据集`BZNSYP`,其余音色数据参照[`recipes`](./recipes/)下的文件说明进行下载使用,项目中已提供[`BZNSYP`](./recipes/raw_datasets/BZNSYP.zip)迷你数据集进行试用,解压即可,完整BZNSYP数据集请从以下官网或通过SCNet高速通道下载:
- https://www.data-baker.com/data/index/TNtts/
- http://113.200.138.88:18080/aidatasets/project-dependency/bznsyp/-/tree/master
数据目录结构如下:
```
......@@ -97,10 +98,12 @@ python train.py
## 推理
100h chinese: `checkpoint-zh_0.pt`
- https://huggingface.co/KdaiP/StableTTS/blob/main/checkpoint-zh_0.pt
- [huggingface](https://huggingface.co/KdaiP/StableTTS/blob/main/checkpoint-zh_0.pt)
- [SCNet](http://113.200.138.88:18080/aimodels/findsource-dependency/stabletts_pytorch/-/blob/master/checkpoint-zh_0.pt)
2k english + chinese + japanese: `vocoder.pt`
- https://huggingface.co/KdaiP/StableTTS/blob/main/vocoder.pt
- [huggingface](https://huggingface.co/KdaiP/StableTTS/blob/main/vocoder.pt)
- [SCNet](http://113.200.138.88:18080/aimodels/findsource-dependency/stabletts_pytorch/-/blob/master/vocoder.pt)
```
export HIP_VISIBLE_DEVICES=0
mv vocoder.pt ./checkpoints/vocoder.pt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment