mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-25 06:45:29 +08:00
change the model path
This commit is contained in:
parent
d2142eef85
commit
95368af102
@ -12,11 +12,11 @@ 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/s2Gv3.pth"
|
||||||
# pretrained_gpt_path = "GPT_SoVITS/pretrained_models/s1v3.ckpt"
|
pretrained_gpt_path = "GPT_SoVITS/pretrained_models/s1v3.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"
|
||||||
|
|
||||||
exp_root = "logs"
|
exp_root = "logs"
|
||||||
python_exec = sys.executable or "python"
|
python_exec = sys.executable or "python"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user