mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-06 03:57:44 +08:00
Update config.py
This commit is contained in:
parent
2552a55873
commit
d1ec88193f
@ -4,7 +4,7 @@ import sys,os
|
|||||||
# 推理用的指定模型
|
# 推理用的指定模型
|
||||||
sovits_path = ""
|
sovits_path = ""
|
||||||
gpt_path = ""
|
gpt_path = ""
|
||||||
is_half = eval(os.environ.get("is_half",True))
|
is_half = eval(os.environ.get("is_half","True"))
|
||||||
is_share=False
|
is_share=False
|
||||||
|
|
||||||
cnhubert_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base"
|
cnhubert_path = "GPT_SoVITS/pretrained_models/chinese-hubert-base"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user