mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-29 16:05:08 +08:00
fix model path
This commit is contained in:
parent
b820db06d9
commit
3b57965d83
4
api.py
4
api.py
@ -1176,8 +1176,8 @@ def version_4_cli(
|
|||||||
ref_language = "日文"
|
ref_language = "日文"
|
||||||
elif character_name == "Baacharu" or character_name == "baacharu":
|
elif character_name == "Baacharu" or character_name == "baacharu":
|
||||||
path = "idols/baacharu/baacharu.wav"
|
path = "idols/baacharu/baacharu.wav"
|
||||||
GPT_model_path = "GPT_SoVITS/pretrained_models/baacharu-e30.ckpt"
|
GPT_model_path = "GPT_SoVITS/pretrained_models/baacharu-e40.ckpt"
|
||||||
SoVITS_model_path = "GPT_SoVITS/pretrained_models/baacharu_e9_s522_l32.pth"
|
SoVITS_model_path = "GPT_SoVITS/pretrained_models/baacharu_e15_s1320_l32.pth"
|
||||||
ref_language = "日文"
|
ref_language = "日文"
|
||||||
elif character_name in ["Ikko", "ikko", "Ikka", "ikka"]:
|
elif character_name in ["Ikko", "ikko", "Ikka", "ikka"]:
|
||||||
if loudness_boost:
|
if loudness_boost:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user