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

fix: outside_index_root detection

This commit is contained in:
源文雨
2024-06-02 00:19:19 +09:00
parent dc09d0e13e
commit b0c33d1b75
2 changed files with 6 additions and 5 deletions

View File

@@ -165,7 +165,7 @@ class VC:
times = [0, 0, 0]
if self.hubert_model is None:
self.hubert_model = load_hubert(self.config)
self.hubert_model = load_hubert(self.config.device, self.config.is_half)
if file_index:
file_index = (