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

optimize(infer): move onnx into rvc

This commit is contained in:
源文雨
2024-06-11 17:21:05 +09:00
parent e81b7c52c0
commit f956b333fa
12 changed files with 108 additions and 145 deletions

View File

@@ -1,3 +1,3 @@
from infer.modules.onnx.export import export_onnx
from rvc.onnx import export_onnx
export_onnx("pt/Justin Bieber.pth", "pt/TestRvc_Rvc.onnx")