Add RVC model files
Browse files- config.json +8 -0
- metadata.json +18 -0
- model.pth +3 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"arch_type": "rvc",
|
| 3 |
+
"arch_version": "2",
|
| 4 |
+
"components": {
|
| 5 |
+
"pth": "model.pth"
|
| 6 |
+
},
|
| 7 |
+
"metadata": "metadata.json"
|
| 8 |
+
}
|
metadata.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "Cute Female",
|
| 3 |
+
"source_url": "https://huggingface.co/Razer112/Public_Models/resolve/main/Female.zip?download=true",
|
| 4 |
+
"gender": "female",
|
| 5 |
+
"category": "basic",
|
| 6 |
+
"type": "rvc",
|
| 7 |
+
"language": "en-US",
|
| 8 |
+
"description": "RVC model 'Cute Female' uploaded by bulk_model_uploader.py",
|
| 9 |
+
"tags": [
|
| 10 |
+
"rvc",
|
| 11 |
+
"voice-model",
|
| 12 |
+
"cute-female",
|
| 13 |
+
"female",
|
| 14 |
+
"basic",
|
| 15 |
+
"en-us",
|
| 16 |
+
"rvc"
|
| 17 |
+
]
|
| 18 |
+
}
|
model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0d64a6b541fac99626c73a546af8d80af44d20fbdbe9089685b65d438f0936e
|
| 3 |
+
size 56268747
|