switch back to version 2

This commit is contained in:
samiabat 2025-05-22 15:42:37 +03:00
parent 95368af102
commit e98ee421fc

View File

@ -12,8 +12,8 @@ is_share= True if is_share_str.lower() == 'true' else False
cnhubert_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base" cnhubert_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base"
bert_path = "GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large" bert_path = "GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large"
pretrained_sovits_path = "GPT_SoVITS/pretrained_models/s2Gv3.pth" pretrained_sovits_path = "GPT_SoVITS/pretrained_models/s2G2333k.pth"
pretrained_gpt_path = "GPT_SoVITS/pretrained_models/s1v3.ckpt" pretrained_gpt_path = "GPT_SoVITS/pretrained_models/s1bert25hz-5kh-longer-epoch=12-step=369668.ckpt"
# pretrained_sovits_path = "GPT_SoVITS/pretrained_models/kurari_e20_s1800_l32.pth" # pretrained_sovits_path = "GPT_SoVITS/pretrained_models/kurari_e20_s1800_l32.pth"
# pretrained_gpt_path = "GPT_SoVITS/pretrained_models/kurari-e40.ckpt" # pretrained_gpt_path = "GPT_SoVITS/pretrained_models/kurari-e40.ckpt"