From ad1eb9340497eccbb0fff26c285ca6701201bd28 Mon Sep 17 00:00:00 2001 From: Tony Ribeiro Date: Wed, 16 Aug 2023 19:43:06 +0200 Subject: [PATCH] updated the placeholder txt for coqui and rvc --- data/models/coqui/.placeholder | 4 ++-- data/models/rvc/.placeholder | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) 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.