1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-08 12:00:49 +08:00

optimize(jit): move hubert & synthesizer into rvc

This commit is contained in:
源文雨
2024-06-12 00:03:26 +09:00
parent 0efe48c49c
commit 54f7ae097d
15 changed files with 30 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ import librosa
import numpy as np
import onnxruntime
from .f0predictors import (
from .f0 import (
PMF0Predictor,
HarvestF0Predictor,
DioF0Predictor,