-
### Describe the bug
model = 'tts_models/multilingual/multi-dataset/xtts_v2'
tts = TTS(model).to(device)
everytime I call this i get it redownloads the model
### To Reproduce
Running TTS gene…
-
Fantastic work on this. Would you have any interest in converting it into a script so it can be imported into another script, or run from CLI? This would make it useful on platforms like Replicate, et…
-
**🚀 Feature Description**
Currently all the transformer based tts models I've run into deal with issues of hallucinations, especially at the end for instance even with XTTS V2, I was wondering if the…
-
HI, congrats on StyleTT2, would be great to setup a gradio demo for it on Hugging Face, you can see the guide to get started here: https://huggingface.co/docs/hub/spaces-sdks-gradio and here is a rece…
-
Hello.
When using Text -> Speech in the console I get the following text:
`[!] Warning: The text length exceeds the character limit of 182 for language 'ru', this might cause truncated audio.`
…
-
sometimes, seldomly I see:
> Text splitted to sentences.
["Mary and Souji's eyes narrowed.", "Paying no mind to the two of them, Genia continued, “My family has studied curse ore for many long y…
-
Not sure if the instructions are Linux based, but I had to perform a couple of extra steps to make this work on windows:
**Clone this repo:**
cd extensions
git clone https://github.com/kanttoucht…
-
### Describe the bug
Basically, in my local environment (Windows) I can download and use all models. Hovewer, when I build my project in docker, it fails to download the models with error:
```Trac…
-
### Describe the bug
Hello,
Today, when starting coqui-ai tss a new model is dowloaded
models/multilingual/multi-dataset/xtts_v2 is already downloaded however it has been changed. Redownloading…
-
### Describe the bug
Hello I just started playing with the TTS library and I am running tests using the TTS Command Line Interface (CLI).
I was able to try capacitron, vits (english and portuguese)…