diff --git a/config.py b/config.py index b49772c5..f72fa226 100644 --- a/config.py +++ b/config.py @@ -12,11 +12,11 @@ is_share= True if is_share_str.lower() == 'true' else False cnhubert_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base" bert_path = "GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large" -# pretrained_sovits_path = "GPT_SoVITS/pretrained_models/s2Gv3.pth" -# pretrained_gpt_path = "GPT_SoVITS/pretrained_models/s1v3.ckpt" +pretrained_sovits_path = "GPT_SoVITS/pretrained_models/s2Gv3.pth" +pretrained_gpt_path = "GPT_SoVITS/pretrained_models/s1v3.ckpt" -pretrained_sovits_path = "GPT_SoVITS/pretrained_models/kurari_e20_s1800_l32.pth" -pretrained_gpt_path = "GPT_SoVITS/pretrained_models/kurari-e40.ckpt" +# pretrained_sovits_path = "GPT_SoVITS/pretrained_models/kurari_e20_s1800_l32.pth" +# pretrained_gpt_path = "GPT_SoVITS/pretrained_models/kurari-e40.ckpt" exp_root = "logs" python_exec = sys.executable or "python"