Upload config.json
Browse files- config.json +18 -0
config.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "hq-svc",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"HQ_SVC_Diffusion_Model"
|
| 5 |
+
],
|
| 6 |
+
"task": "singing-voice-conversion",
|
| 7 |
+
"library_name": "custom",
|
| 8 |
+
"diffusion_config": {
|
| 9 |
+
"use_tfm": true,
|
| 10 |
+
"infer_method": "dpm-solver",
|
| 11 |
+
"infer_speedup": 10
|
| 12 |
+
},
|
| 13 |
+
"audio_config": {
|
| 14 |
+
"sample_rate": 44100,
|
| 15 |
+
"encoder_sr": 16000,
|
| 16 |
+
"f0_extractor": "rmvpe"
|
| 17 |
+
}
|
| 18 |
+
}
|