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:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user