optispeech / models.json
mush42
Added mike voice
27fc116
raw
history blame contribute delete
694 Bytes
{
"onnx": {
"en-us": {
"lightspeech": {
"emily ": "onnx/lightspeech/en-us/emily-step_400k.onnx",
"mike": "onnx/lightspeech/en-us/mike-step_305k.onnx"
},
"convnext-tts": {
"emily": "onnx/convnext-tts/en-us/emily-step_400k.onnx"
}
}
},
"checkpoints": {
"en-us": {
"lightspeech": {
"hfc-female": "checkpoints/lightspeech/en-us/hfc_female-en_us-checkpoint_epoch-2174_step-451407.ckpt",
"mike": "checkpoints/lightspeech/en-us/mike-checkpoint_epoch-729_step-305000.ckpt"
},
"convnext-tts": {
"hfc-female": "checkpoints/convnext-tts/en-us/hfc_female-en_us-epoch-1309.ckpt"
}
}
}
}