-
> Hi, sorry for the late reply. Checking to the `--checkpoint` flag indeed helped me out. (I was previously ignoring that option because I didn't have any checkpoint files and the language model itse…
-
Hey-o. I was wanting to go through the basic collab example and i'm getting an error when trying to install the deps.
```
ERROR: Cannot install coqui-stt-training==1.0.0 and coqui-stt-training==1.4…
-
I get this error when I run `pip install mecab-python3`
```
Collecting mecab-python3
Using cached mecab-python3-1.0.4.tar.gz (78 kB)
Building wheels for collected packages: mecab-python3
Bu…
-
Hi Thorsten,
ich bin gerade dabei die Welt von TTS zu entdecken und bin dabei auf deinen genialen Beitrag für die deutsche Stimme gestoßen! Jetzt habe ich auch schon ein bisschen damit rumgespielt…
-
Numpy is now indeed relaxed, but the librosa version pinned is incompatible with latest numpy(==1.24.2) version. In fact tts was previously already working against numpy 1.23.5, and that is still the …
-
Is it possible to make a subroutine for captioning with timings. That is, we don't give you the text, but a subtitle file with the timings set. At the output we have an audio track, which we use for w…
-
### Describe the bug
Hi, Just ran the following to get the GPU server running;
```
docker run --rm -it -p 5002:5002 --gpus all --entrypoint /bin/bash ghcr.io/coqui-ai/tts
```
But it seems tha…
-
**Describe the bug**
Unable to install on new raspberry pi 4
**To Reproduce**
Steps to reproduce the behavior:
1. Follow the [official install instructions](https://stt.readthedocs.io/en/latest/…
-
### Describe the bug
i was trying to train a bangla tts model using your library and with this dataset https://www.kaggle.com/datasets/mobassir/multi-speaker-bangla-tts and the dataset was collected …
-
### Describe the bug
Hi,
I am trying to train a vits TTS model for a new language on **g2.2xlarge** instance, but my code get **stuck** at
`ap = AudioProcessor.init_from_config(config)`
even my …