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

Add voice conversion functionality to _t1.py #3997

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

isatyamks
Copy link

The error in your code is due to the TTS model not being explicitly moved to a specific GPU (cuda:2).

The to() method does not apply directly to the TTS instance like that.

Instead, ensure that the tensors are placed correctly in your code.

@CLAassistant
Copy link

CLAassistant commented Sep 23, 2024

CLA assistant check
All committers have signed the CLA.

@isatyamks isatyamks closed this Sep 23, 2024
@isatyamks isatyamks reopened this Sep 23, 2024
@isatyamks isatyamks closed this Oct 2, 2024
@isatyamks isatyamks reopened this Oct 2, 2024
@Paillat-dev
Copy link

Thank you for your contribution. Please note that the original Coqui TTS project has been shut down. However, there is an actively maintained fork available at https:/idiap/coqui-ai-TTS (PyPI package: coqui-tts). You may want to consider redirecting your efforts there for ongoing development and support.
For more context on the shutdown and community discussions, please see issue #3488

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

Successfully merging this pull request may close these issues.

3 participants