fix Model Inference

とりあえず動く
This commit is contained in:
Ftps 2023-08-19 22:15:46 +09:00
parent e65275cbc1
commit a8854a71c4
2 changed files with 1 additions and 3 deletions

View File

@ -123,7 +123,7 @@ class VC:
else file_index2
) # 防止小白写错,自动帮他替换掉
audio_opt = Pipeline.pipeline(
audio_opt = self.pipeline.pipeline(
self.hubert_model,
self.net_g,
sid,

View File

@ -285,7 +285,6 @@ class Pipeline(object):
f0_up_key,
f0_method,
file_index,
# file_big_npy,
index_rate,
if_f0,
filter_radius,
@ -296,7 +295,6 @@ class Pipeline(object):
protect,
f0_file=None,
):
print(file_index)
if (
file_index != ""
# and file_big_npy != ""