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
class test(VoiceoverScene):
def construct(self):
self.set_speech_service(CoquiService(model_name="tts_models/multilingual/multi-dataset/xtts_v2",gpu=True))
gives AttributeError: 'TTS' object has no attribute 'languages' But it does have that attribute! With other models, it doesn't throw this error.
Also, where can I set speaker_wav=["speaker.wav"] for voice cloning?
The text was updated successfully, but these errors were encountered:
manimator-code
changed the title
Manim voiceover AttributeError and voice cloning
Manim voiceover xtts AttributeError and voice cloning
Nov 30, 2023
manimator-code
changed the title
Manim voiceover xtts AttributeError and voice cloning
manim-voiceover xtts AttributeError and voice cloning
Nov 30, 2023
I'm using Coqui TTS with xtts model.
gives
AttributeError: 'TTS' object has no attribute 'languages'
But it does have that attribute! With other models, it doesn't throw this error.Also, where can I set
speaker_wav=["speaker.wav"]
for voice cloning?The text was updated successfully, but these errors were encountered: