From 1dc014c06a109e5847f9d873f8ae09a73080f53b Mon Sep 17 00:00:00 2001 From: "kevin.zhang" Date: Tue, 14 May 2024 14:59:59 +0800 Subject: [PATCH] chore: add voice of stephenchow --- GPT_SoVITS/configs/voices/stephenchow.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 GPT_SoVITS/configs/voices/stephenchow.yaml diff --git a/GPT_SoVITS/configs/voices/stephenchow.yaml b/GPT_SoVITS/configs/voices/stephenchow.yaml new file mode 100644 index 00000000..add0c797 --- /dev/null +++ b/GPT_SoVITS/configs/voices/stephenchow.yaml @@ -0,0 +1,14 @@ +custom: + bert_base_path: GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large + cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base + device: cpu + is_half: false + t2s_weights_path: GPT_weights/stephenchow-e15.ckpt + vits_weights_path: SoVITS_weights/stephenchow_e8_s112.pth +default: + bert_base_path: GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large + cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base + device: cpu + is_half: false + t2s_weights_path: GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt + vits_weights_path: GPT_SoVITS/pretrained_models/s2G488k.pth