Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manim-voiceover xtts AttributeError and voice cloning #76

Open
manimator-code opened this issue Nov 30, 2023 · 0 comments
Open

manim-voiceover xtts AttributeError and voice cloning #76

manimator-code opened this issue Nov 30, 2023 · 0 comments

Comments

@manimator-code
Copy link

I'm using Coqui TTS with xtts model.


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?

@manimator-code manimator-code changed the title Manim voiceover AttributeError and voice cloning Manim voiceover xtts AttributeError and voice cloning Nov 30, 2023
@manimator-code manimator-code changed the title Manim voiceover xtts AttributeError and voice cloning manim-voiceover xtts AttributeError and voice cloning Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant