ai-content-maker/.venv/Lib/site-packages/TTS/server/conf.json

13 lines
456 B
JSON
Raw Normal View History

2024-05-03 04:18:51 +03:00
{
"tts_path":"/media/erogol/data_ssd/Models/libri_tts/5049/", // tts model root folder
"tts_file":"best_model.pth", // tts checkpoint file
"tts_config":"config.json", // tts config.json file
"tts_speakers": null, // json file listing speaker ids. null if no speaker embedding.
"vocoder_config":null,
"vocoder_file": null,
"is_wavernn_batched":true,
"port": 5002,
"use_cuda": true,
"debug": true
}