s2Dv3 is not needed

s2Dv3 is not needed
This commit is contained in:
RVC-Boss 2025-02-14 14:34:47 +08:00 committed by GitHub
parent 1c5edd2949
commit c09af5ab7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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('以下模型不存在:')+_)