You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm trying to use a pth voice model but i get this error when trying to generate speech with it.
Traceback (most recent call last):
File "/disks/hdd3/ai/tortoise-tts/tortoise/do_tts.py", line 39, in <module>
voice_samples, conditioning_latents = load_voices(voice_sel)
^^^^^^^^^^^^^^^^^^^^^^
File "/disks/hdd3/ai/tortoise-tts/tortoise/utils/audio.py", line 135, in load_voices
latents_0 = torch.stack([l[0] for l in latents], dim=0).mean(dim=0)
^^^^^^^^^^^^^^^^^^^^^^^
File "/disks/hdd3/ai/tortoise-tts/tortoise/utils/audio.py", line 135, in <listcomp>
latents_0 = torch.stack([l[0] for l in latents], dim=0).mean(dim=0)
~^^^
KeyError: 0
Also, it's a french model, is there a way to change language in the cli or do i have to create my own generation script ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, i'm trying to use a pth voice model but i get this error when trying to generate speech with it.
Also, it's a french model, is there a way to change language in the cli or do i have to create my own generation script ?
Beta Was this translation helpful? Give feedback.
All reactions