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

optimize(infer): move attentions into rvc

This commit is contained in:
源文雨
2024-06-07 20:28:05 +09:00
parent 978abd8aac
commit 96604e8175
12 changed files with 195 additions and 341 deletions

View File

@@ -4,7 +4,7 @@ import onnxruntime
import typing
import os
from onnx.f0predictor import (
from onnx.f0predictors import (
PMF0Predictor,
HarvestF0Predictor,
DioF0Predictor,