kevinwang676 commited on
Commit
a3ab3fa
·
verified ·
1 Parent(s): 145af07

Update GPT_SoVITS/app_vc.py

Browse files
Files changed (1) hide show
  1. GPT_SoVITS/app_vc.py +2 -2
GPT_SoVITS/app_vc.py CHANGED
@@ -299,8 +299,8 @@ def change_choices():
299
  return {"choices": sorted(SoVITS_names, key=custom_sort_key), "__type__": "update"}, {"choices": sorted(GPT_names, key=custom_sort_key), "__type__": "update"}
300
 
301
 
302
- pretrained_sovits_name = "GPT_SoVITS/pretrained_models/gsv-v2final-pretrained/s2G2333k.pth"
303
- pretrained_gpt_name = "GPT_SoVITS/pretrained_models/gsv-v2final-pretrained/s1bert25hz-5kh-longer-epoch=12-step=369668.ckpt"
304
  SoVITS_weight_root = "SoVITS_weights_v2"
305
  GPT_weight_root = "GPT_weights_v2"
306
  os.makedirs(SoVITS_weight_root, exist_ok=True)
 
299
  return {"choices": sorted(SoVITS_names, key=custom_sort_key), "__type__": "update"}, {"choices": sorted(GPT_names, key=custom_sort_key), "__type__": "update"}
300
 
301
 
302
+ pretrained_sovits_name = "GPT_SoVITS/pretrained_models/s2G488k.pth"
303
+ pretrained_gpt_name = "GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt"
304
  SoVITS_weight_root = "SoVITS_weights_v2"
305
  GPT_weight_root = "GPT_weights_v2"
306
  os.makedirs(SoVITS_weight_root, exist_ok=True)