Add RVC model files
Browse files- .gitattributes +1 -0
- config.json +9 -0
- metadata.json +10 -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,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "My-Voiceitachi",
|
| 3 |
+
"source_url": "https://huggingface.co/ngkk/itachiVF500EpochsRVC1/resolve/main/itachiVF_500-%C3%A9pochs.zip",
|
| 4 |
+
"description": "RVC model 'My-Voiceitachi' processed and uploaded by script.",
|
| 5 |
+
"tags": [
|
| 6 |
+
"rvc",
|
| 7 |
+
"voice-model",
|
| 8 |
+
"my-voiceitachi"
|
| 9 |
+
]
|
| 10 |
+
}
|
model.index
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f82229348b6f13769b8c0ae5f5407b6512e7ee7489bd1f6b81d518ca04fcf1e4
|
| 3 |
+
size 40138699
|
model.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:005a6beeb32f817b16fa618f56fd25aed531b5979812b2ead83147cafb51f4bc
|
| 3 |
+
size 55226492
|