mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-07 15:33:29 +08:00
add all
This commit is contained in:
parent
48772c323c
commit
c7718d6f39
@ -218,6 +218,7 @@ def change_sovits_weights(sovits_path,prompt_language=None,text_language=None, c
|
||||
print("the sovits model is updated!")
|
||||
global vq_model, hps, version, model_version, dict_language,if_lora_v3
|
||||
version, model_version, if_lora_v3=get_sovits_version_from_path_fast(sovits_path)
|
||||
print("line 221:",sovits_path,version, model_version, if_lora_v3)
|
||||
# print(sovits_path,version, model_version, if_lora_v3)
|
||||
if if_lora_v3==True and is_exist_s2gv3==False:
|
||||
info= "GPT_SoVITS/pretrained_models/s2Gv3.pth" + i18n("SoVITS V3 底模缺失,无法加载相应 LoRA 权重")
|
||||
|
Loading…
x
Reference in New Issue
Block a user