mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 04:22:46 +08:00
s2Dv3 is not needed
s2Dv3 is not needed
This commit is contained in:
parent
1c5edd2949
commit
c09af5ab7d
3
webui.py
3
webui.py
@ -140,8 +140,7 @@ pretrained_model_list = (pretrained_sovits_name[int(version[-1])-1],pretrained_s
|
||||
|
||||
_=''
|
||||
for i in pretrained_model_list:
|
||||
if os.path.exists(i):...
|
||||
else:_+=f'\n {i}'
|
||||
if "s2Dv3"not in i and os.path.exists(i)==False:_+=f'\n {i}'
|
||||
if _:
|
||||
print("warning:",i18n('以下模型不存在:')+_)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user