coqui-ai / TTS

🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
http://coqui.ai
Mozilla Public License 2.0
35.59k stars 4.35k forks source link

Add voice conversion functionality to _t1.py #3997

Open isatyamks opened 2 months ago

isatyamks commented 2 months ago

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 commented 2 months ago

CLA assistant check
All committers have signed the CLA.

Paillat-dev commented 1 month ago

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