TTS icon indicating copy to clipboard operation
TTS copied to clipboard

Add voice conversion functionality to _t1.py

Open isatyamks opened this issue 1 year ago β€’ 2 comments

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.

isatyamks avatar Sep 23 '24 13:09 isatyamks

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 23 '24 13:09 CLAassistant

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://github.com/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

Paillat-dev avatar Oct 12 '24 18:10 Paillat-dev

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.

stale[bot] avatar Nov 27 '24 21:11 stale[bot]