Update Documentation (#2436)
* docs(Changelog_CN): Reformat the Changlog_CN before 2024.08 * docs(README): Update Multi-Language README * docs(Changelog_CN): Separate links and content * docs(Changelog_CN): fix missing issue. * docs(Changelog_EN): Update Changelog_EN to date * docs(Changelog_EN): fix typo * docs(Changelog_JA): Update Changelog_JA to date * docs(Changelog_KO): Update Changelog_KO to date * docs(Changelog_TR): Update Changelog_TR to date * docs(i18n): Update Multi-Language i18n JSON
This commit is contained in:
@@ -225,7 +225,7 @@ def change_sovits_weights(sovits_path, prompt_language=None, text_language=None)
|
||||
is_exist = is_exist_s2gv3 if model_version == "v3" else is_exist_s2gv4
|
||||
path_sovits = path_sovits_v3 if model_version == "v3" else path_sovits_v4
|
||||
if if_lora_v3 == True and is_exist == False:
|
||||
info = path_sovits + i18n("SoVITS %s 底模缺失,无法加载相应 LoRA 权重" % model_version)
|
||||
info = path_sovits + "SoVITS %s" % model_version + i18n("底模缺失,无法加载相应 LoRA 权重")
|
||||
gr.Warning(info)
|
||||
raise FileExistsError(info)
|
||||
dict_language = dict_language_v1 if version == "v1" else dict_language_v2
|
||||
|
||||
Reference in New Issue
Block a user