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

Fix hubert model choosing and unused faiss search (#46)

* Rewrite GUI audio processor with torch. Improve speed.

* Fix GUI Hubert model choosing.

* Add index search to GUI

* Add index_search support
This commit is contained in:
EntropyRiser
2023-04-14 21:00:31 +08:00
committed by GitHub
parent 196d62c5f2
commit 8d24582122
2 changed files with 29 additions and 41 deletions

View File

@@ -94,5 +94,6 @@
"性能设置": "性能设置",
"开始音频转换": "开始音频转换",
"停止音频转换": "停止音频转换",
"推理时间(ms):": "推理时间(ms):"
"Infer Time(ms):":"推理时间(ms):",
"Index Rate":"索引权重"
}