mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-09-03 14:00:10 +08:00
add buchari with new tone
This commit is contained in:
parent
3b57965d83
commit
7e33844379
4
api.py
4
api.py
@ -1177,7 +1177,7 @@ def version_4_cli(
|
|||||||
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-e40.ckpt"
|
GPT_model_path = "GPT_SoVITS/pretrained_models/baacharu-e40.ckpt"
|
||||||
SoVITS_model_path = "GPT_SoVITS/pretrained_models/baacharu_e15_s1320_l32.pth"
|
SoVITS_model_path = "GPT_SoVITS/pretrained_models/s2Gv2ProPlus.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:
|
||||||
@ -1253,7 +1253,7 @@ async def tts_endpoint(
|
|||||||
elif character in ["Ikko", "ikko", "Ikka", "ikka"]:
|
elif character in ["Ikko", "ikko", "Ikka", "ikka"]:
|
||||||
prompt_text = "せおいなげ、まじばな、らぶらぶ、あげあげ、まぼろし"
|
prompt_text = "せおいなげ、まじばな、らぶらぶ、あげあげ、まぼろし"
|
||||||
elif character in ["Baacharu", "baacharu"]:
|
elif character in ["Baacharu", "baacharu"]:
|
||||||
prompt_text = "僕ねこれね初めてなんでねちょっと行きますよプルプルプルプルしてる"
|
prompt_text = "どーもー、世界初男性バーチャルユーチューバーのばあちゃるです"
|
||||||
import warnings
|
import warnings
|
||||||
warnings.warn(f"the character name is {character}. ")
|
warnings.warn(f"the character name is {character}. ")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user