Add files using upload-large-folder tool
Browse files- README.md +27 -0
- contentvec.fp16.onnx +3 -0
- manifest.json +18 -0
- rmvpe.fp16.onnx +3 -0
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: gpl-3.0
|
| 3 |
+
tags:
|
| 4 |
+
- voice-conversion
|
| 5 |
+
- rvc
|
| 6 |
+
- onnx
|
| 7 |
+
- browser
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# RVC browser runtime
|
| 11 |
+
|
| 12 |
+
Browser-compatible FP16 ContentVec and RMVPE graphs used by the fully
|
| 13 |
+
client-side Nepali RVC demo.
|
| 14 |
+
|
| 15 |
+
The source graphs are from
|
| 16 |
+
[`wok000/weights_gpl`](https://huggingface.co/wok000/weights_gpl/tree/d1b578cfcdf944dd3910786f7604754c79234b36),
|
| 17 |
+
which licenses its model files under GPL-3.0. The graphs here retain FP32 input
|
| 18 |
+
and output tensors, convert internal floating-point weights and computation to
|
| 19 |
+
FP16, and are topologically sorted for ONNX Runtime Web 1.22.
|
| 20 |
+
|
| 21 |
+
| File | Bytes | SHA-256 |
|
| 22 |
+
|---|---:|---|
|
| 23 |
+
| `contentvec.fp16.onnx` | 189,437,475 | `205d92e4dea32ba9f309608e05209c01f0f8e35ed927c6d80ac98464e91cca83` |
|
| 24 |
+
| `rmvpe.fp16.onnx` | 181,070,368 | `22cd95fc3f6dd91619c0ba62cf3aff51339d617cdffbf5eabd915d4d58e8bfb2` |
|
| 25 |
+
|
| 26 |
+
The files are static model assets. Audio is processed by ONNX Runtime inside
|
| 27 |
+
the browser and is not sent to this repository or an inference API.
|
contentvec.fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:205d92e4dea32ba9f309608e05209c01f0f8e35ed927c6d80ac98464e91cca83
|
| 3 |
+
size 189437475
|
manifest.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "1.0.0",
|
| 3 |
+
"source": {
|
| 4 |
+
"repo": "wok000/weights_gpl",
|
| 5 |
+
"revision": "d1b578cfcdf944dd3910786f7604754c79234b36",
|
| 6 |
+
"license": "GPL-3.0"
|
| 7 |
+
},
|
| 8 |
+
"files": {
|
| 9 |
+
"contentvec.fp16.onnx": {
|
| 10 |
+
"bytes": 189437475,
|
| 11 |
+
"sha256": "205d92e4dea32ba9f309608e05209c01f0f8e35ed927c6d80ac98464e91cca83"
|
| 12 |
+
},
|
| 13 |
+
"rmvpe.fp16.onnx": {
|
| 14 |
+
"bytes": 181070368,
|
| 15 |
+
"sha256": "22cd95fc3f6dd91619c0ba62cf3aff51339d617cdffbf5eabd915d4d58e8bfb2"
|
| 16 |
+
}
|
| 17 |
+
}
|
| 18 |
+
}
|
rmvpe.fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22cd95fc3f6dd91619c0ba62cf3aff51339d617cdffbf5eabd915d4d58e8bfb2
|
| 3 |
+
size 181070368
|