Skip to content
Discussion options

You must be logged in to vote

I could synthesize text with my own model after providing a speaker name that I got from running tts with list_speaker_idx parameter AND (what I forgot initialy) the --config_path.

So to get speaker name :
tts --model_path "{modelDir}{checkpointName}" --config_path "{modelDir}config.json" --list_language_idxs --list_speaker_idxs

And then using that speaker name (not number even if it's called idx) :
`

!tts --text "{text}"
--model_path "{modelDir}{checkpointName}"
--config_path "{modelDir}config.json"
--language_idx "fr-fr"
--speaker_idx ljspeech
--out_path /content/drive/MyDrive/YourTTS/output/{postfix}.wav

`

Please note that ithere is no typo : speaker_idx has the same name as the…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ca-ressemble-a-du-fake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant