mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-15 16:00:34 +08:00
optimize: move slicer2, rmvpe, my_utils to lib
This commit is contained in:
@@ -196,7 +196,7 @@ class RVC:
|
||||
|
||||
def get_f0_rmvpe(self, x, f0_up_key):
|
||||
if hasattr(self, "model_rmvpe") == False:
|
||||
from rmvpe import RMVPE
|
||||
from lib.rmvpe import RMVPE
|
||||
|
||||
print("loading rmvpe model")
|
||||
self.model_rmvpe = RMVPE(
|
||||
|
||||
Reference in New Issue
Block a user