mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-28 11:12:40 +08:00
change to version 3
This commit is contained in:
parent
89dfb39cf1
commit
3093eafbe3
@ -12,8 +12,8 @@ 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/s2G2333k.pth"
|
||||
pretrained_gpt_path = "GPT_SoVITS/pretrained_models/s1bert25hz-5kh-longer-epoch=12-step=369668.ckpt"
|
||||
pretrained_sovits_path = "GPT_SoVITS/pretrained_models/s2Gv3.pth"
|
||||
pretrained_gpt_path = "GPT_SoVITS/pretrained_models/s1v3.ckpt"
|
||||
|
||||
exp_root = "logs"
|
||||
python_exec = sys.executable or "python"
|
||||
|
Loading…
x
Reference in New Issue
Block a user