diff --git a/data/models/coqui/.placeholder b/data/models/coqui/.placeholder index 58b335f..ef6e9e2 100644 --- a/data/models/coqui/.placeholder +++ b/data/models/coqui/.placeholder @@ -1,2 +1,2 @@ -Put RVC models (in .pth format) here. -.index files (should have the same name as .pth files) are optional but could help improve the processing time. +Put Coqui models folders here. +Must contains both a "model.pth" and "config.json" file. diff --git a/data/models/rvc/.placeholder b/data/models/rvc/.placeholder index 5bbc9a8..b5ff768 100644 --- a/data/models/rvc/.placeholder +++ b/data/models/rvc/.placeholder @@ -1,2 +1,3 @@ -Put RVC models (in .pth format) here. -.index files (should have the same name as .pth files) are optional but could help improve the processing time. +Put RVC models folder here. +Must have ".pth" file in it +.index file is optional but could help improve the processing time/quality.