diff --git a/infer/modules/vc/modules.py b/infer/modules/vc/modules.py index 5c2bc60..2511214 100644 --- a/infer/modules/vc/modules.py +++ b/infer/modules/vc/modules.py @@ -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, diff --git a/infer/modules/vc/pipeline.py b/infer/modules/vc/pipeline.py index 3ac47cd..eed97e0 100644 --- a/infer/modules/vc/pipeline.py +++ b/infer/modules/vc/pipeline.py @@ -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 != ""