vlapky
/

TeraTTSv2 / config.json
vlapky's picture
Duplicate from TeraSpace/TeraTTSv2
27d363d
Raw
History Blame Contribute Delete
569 Bytes
{
"architectures": ["TeraTTSModel"],
"automatic_russian_stress": true,
"auto_map": {
"AutoConfig": "configuration_teratts.TeraTTSConfig",
"AutoModel": "modeling_teratts.TeraTTSModel"
},
"default_diffusion_model": "distilled",
"default_voice": "ru_f1",
"cross_language_prompt_note": "For an English reference voice speaking Russian, try duration_scale below 1.0.",
"model_type": "teratts_onnx",
"sample_rate": 44100,
"voices": ["eng_f3", "eng_f4_whisper", "eng_f5", "eng_m2_whisper", "eng_m3", "eng_m4", "ru_f1", "ru_f2", "ru_m1", "ru_m5"]
}