Doing manual inference with XTTS #4073
Unanswered
jez9999
asked this question in
General Q&A
Replies: 1 comment
-
As written on Discord: https://github.com/idiap/coqui-ai-TTS/blob/f329072df200bf1473f881dd5afe854660d1d9fe/TTS/tts/models/xtts.py#L400 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to do manual inference with XTTS so I can change the various parameters. I've already managed to get it to output stuff with
tts.tts_to_file()
, but withmodel.inference()
I have to first callmodel.get_conditioning_latents()
and that requires me to provide an audio file:audio_path=["reference.wav"]
. What is this audio file? I didn't have to provide it withtts.tts_to_file()
, I just provided a speaker name. Is there a way for me to use the speaker name withmodel.inference()
?Beta Was this translation helpful? Give feedback.
All reactions