mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 04:22:46 +08:00
Add files via upload
This commit is contained in:
parent
8869b11eed
commit
d3ee2fc408
2
webui.py
2
webui.py
@ -134,6 +134,8 @@ pretrained_gpt_name,pretrained_sovits_name = _
|
||||
|
||||
SoVITS_weight_root=["SoVITS_weights_v2","SoVITS_weights"]
|
||||
GPT_weight_root=["GPT_weights_v2","GPT_weights"]
|
||||
for root in SoVITS_weight_root+GPT_weight_root:
|
||||
os.makedirs(root,exist_ok=True)
|
||||
def get_weights_names():
|
||||
SoVITS_names = [name for name in pretrained_sovits_name if name!=""]
|
||||
for path in SoVITS_weight_root:
|
||||
|
Loading…
x
Reference in New Issue
Block a user