Add RVC model files
Browse files- .gitattributes +1 -0
- config.json +9 -0
- metadata.json +14 -0
- model.index +3 -0
- model.pth +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
model.index filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"arch_type": "rvc",
|
| 3 |
+
"arch_version": "2",
|
| 4 |
+
"components": {
|
| 5 |
+
"pth": "model.pth",
|
| 6 |
+
"index": "model.index"
|
| 7 |
+
},
|
| 8 |
+
"metadata": "metadata.json"
|
| 9 |
+
}
|
metadata.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "Ghostface (Scream Franchise)",
|
| 3 |
+
"source_url": "https://huggingface.co/Homiebear/GhostFace_390e_8190s/resolve/main/GhostFace_390e_8190s.zip?download=true",
|
| 4 |
+
"gender": "male",
|
| 5 |
+
"category": "celebrity",
|
| 6 |
+
"description": "RVC model \u201cGhostface (Scream Franchise)\u201d processed and uploaded by bulk_model_uploader.py",
|
| 7 |
+
"tags": [
|
| 8 |
+
"rvc",
|
| 9 |
+
"voice-model",
|
| 10 |
+
"ghostface-(scream-franchise)",
|
| 11 |
+
"male",
|
| 12 |
+
"celebrity"
|
| 13 |
+
]
|
| 14 |
+
}
|
model.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:513c048773706f773031278493b8d1905be6525627acf5d05481b53921210b11
|
| 3 |
+
size 104070259
|
model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8758bb039afcf6910850da0468193b000a91790b74d5e098598f85bf07e73b0
|
| 3 |
+
size 56270960
|