-
### Describe the bug
After a few days using this project I've come to think it's the worst code base I've ever seen.
It's a massive pile of half working code full of frustrating bugs. I've even …
-
Hi @erogol,
Might it be possible to add Apple Silicon support to Tortoise? The original Tortoise repository already has Apple Silicon.
Thanks!
-
https://huggingface.co/coqui/XTTS-v1
https://huggingface.co/spaces/coqui/xtts
Results are pretty good, i think paring it with RVC would make it even better.. its very fast also
-
请问怎么使用GPU运行,已经下载源码和模型了,但是使用python app.py感觉运行速度还不如打包好的app。exe,请问需要设置什么参数吗
-
### Describe the bug
Can't generate with Coqui Studio voices
### To Reproduce
When running
tts = TTS(model_name="coqui_studio/en/Torcull Diarmuid/coqui_studio", progress_bar=False)
tts.tts_…
-
### Describe the bug
When I execute the hugging face demo (https://huggingface.co/spaces/Olivier-Truong/XTTS_V1_CPU_working) on my local pc it loads the model fine and it opens a web gui on localho…
-
Hello, your creation is beautiful!
I would like to suggest a couple of functions.
From simple:
Add a checkbox on/off audio acceleration
In the audio mixer output settings (detailed volume settings…
-
### Describe the bug
Hi, I'm trying to train GlowTTS and Tacotron2 with an Dataset with the same format of LJSpeech.
I used the same dataset to train it with XTTS v2 and it worked but when I try …
-
**🚀 Feature Description**
Hi I try to clone a voice in zh-CN. But the exceptions show:
```
Language zh-CN is not in the available languages: dict_keys(['en', 'fr-fr', 'pt-br']).
```
How can…
-
Is it possible at exec of TTS cmd, to Stream the results in chunks to something like a Temp_stream.wav file that will be playable immediately after exec as it is still being created.
So for example…