Spaces:
Runtime error
Runtime error
fix kmeans model load name in webUi.py
Browse files- so-vits-svc/webUI.py +1 -1
so-vits-svc/webUI.py
CHANGED
@@ -42,7 +42,7 @@ if torch.cuda.is_available():
|
|
42 |
|
43 |
# list available models
|
44 |
models_list = glob.glob("../models/*/G_*.pth")
|
45 |
-
cluster_models_list = glob.glob("../models/*/kmeans_*.
|
46 |
configs_list = glob.glob("../models/*/config.json")
|
47 |
|
48 |
def upload_mix_append_file(files,sfiles):
|
|
|
42 |
|
43 |
# list available models
|
44 |
models_list = glob.glob("../models/*/G_*.pth")
|
45 |
+
cluster_models_list = glob.glob("../models/*/kmeans_*.pt")
|
46 |
configs_list = glob.glob("../models/*/config.json")
|
47 |
|
48 |
def upload_mix_append_file(files,sfiles):
|