Skip to content
Discussion options

You must be logged in to vote

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.json file 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-models

For XTTS specifically, you can also find the actual config.json at https://huggingface.co/coqui/XTTS-v2/blob/main/config.json

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ron-1986
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants