-
|
tts-server has the following option: --config_path CONFIG_PATH Where can I find a template for that file? I want to play around with temperature and top_p for XTTS2 but I am unable to find an example file that would explain expected format and options. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
There is no single template because each model has its own config class, e.g. for XTTS the parameters and their documentation are in https://github.com/idiap/coqui-ai-TTS/blob/dev/TTS/tts/configs/xtts_config.py However, whenever you use a model, its For XTTS specifically, you can also find the actual |
Beta Was this translation helpful? Give feedback.
-
|
Thank you very much! |
Beta Was this translation helpful? Give feedback.
There is no single template because each model has its own config class, e.g. for XTTS the parameters and their documentation are in https://github.com/idiap/coqui-ai-TTS/blob/dev/TTS/tts/configs/xtts_config.py
However, whenever you use a model, its
config.jsonfile is downloaded and stored with the model checkpoint. For the default location of these see https://coqui-tts.readthedocs.io/en/latest/faq.html#where-does-coqui-store-downloaded-modelsFor XTTS specifically, you can also find the actual
config.jsonat https://huggingface.co/coqui/XTTS-v2/blob/main/config.json