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