diff --git a/GPT_SoVITS/configs/voices/liyunlong.yaml b/GPT_SoVITS/configs/voices/liyunlong.yaml deleted file mode 100644 index f49b1e06..00000000 --- a/GPT_SoVITS/configs/voices/liyunlong.yaml +++ /dev/null @@ -1,15 +0,0 @@ -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 - load_base: false - t2s_weights_path: GPT_weights/liyunlong-e15.ckpt - vits_weights_path: SoVITS_weights/liyunlong_e8_s176.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 diff --git a/GPT_SoVITS/configs/voices/stephenchow.yaml b/GPT_SoVITS/configs/voices/stephenchow.yaml deleted file mode 100644 index fb89e580..00000000 --- a/GPT_SoVITS/configs/voices/stephenchow.yaml +++ /dev/null @@ -1,15 +0,0 @@ -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 - load_base: 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 diff --git a/GPT_SoVITS/configs/voices/jack.yaml b/GPT_SoVITS/configs/voices/voice1.yaml similarity index 84% rename from GPT_SoVITS/configs/voices/jack.yaml rename to GPT_SoVITS/configs/voices/voice1.yaml index 7c1729ad..c1d4a2a1 100644 --- a/GPT_SoVITS/configs/voices/jack.yaml +++ b/GPT_SoVITS/configs/voices/voice1.yaml @@ -4,8 +4,8 @@ custom: device: cpu is_half: false load_base: false - t2s_weights_path: GPT_weights/jackma-e10.ckpt - vits_weights_path: SoVITS_weights/jackma_e8_s192.pth + t2s_weights_path: GPT_weights/voice1-e10.ckpt + vits_weights_path: SoVITS_weights/voice1_e8_s192.pth default: bert_base_path: GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base diff --git a/GPT_SoVITS/configs/voices/morgan.yaml b/GPT_SoVITS/configs/voices/voice2.yaml similarity index 84% rename from GPT_SoVITS/configs/voices/morgan.yaml rename to GPT_SoVITS/configs/voices/voice2.yaml index 8d410e56..c1d4a2a1 100644 --- a/GPT_SoVITS/configs/voices/morgan.yaml +++ b/GPT_SoVITS/configs/voices/voice2.yaml @@ -4,8 +4,8 @@ custom: device: cpu is_half: false load_base: false - t2s_weights_path: GPT_weights/morgan-e15.ckpt - vits_weights_path: SoVITS_weights/morgan_e8_s120.pth + t2s_weights_path: GPT_weights/voice1-e10.ckpt + vits_weights_path: SoVITS_weights/voice1_e8_s192.pth default: bert_base_path: GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large cnhuhbert_base_path: GPT_SoVITS/pretrained_models/chinese-hubert-base