-
### Describe the bug
```
Traceback (most recent call last):
File "/home/naozumi/.local/bin/tts", line 8, in
sys.exit(main())
File "/home/naozumi/.local/lib/python3.10/site-packages/TTS/b…
-
Hey, when i run the following python api i encounter KeyError :'xtts_v1'
```
import torch
from TTS.api import TTS
# Get device
device = "cuda" if torch.cuda.is_available() else "cpu"
# L…
-
Hello! Previously, I trained Tacotron 2 and Fast Speech 2 models on two hours of single speaker (female) custom dataset following LJSpeech recipe (just an exception that I increased the accum_grad val…
-
### Describe the bug
```
No API token found for 🐸Coqui Studio voices - https://coqui.ai
Visit 🔗https://app.coqui.ai/account to get one.
Set it as an environment variable `export COQUI_STUDIO_TO…
-
when i run tortoise-tts.py with CLI:
`(env) D:\live-translate-master\tortoise-tts-fast>python ./scripts/tortoise_tts.py --preset ultra_fast --voice emma --seed 42 --text "test"`
i get this asser…
-
Hello.
There's a file named pitch_dict.pt used in FastPitch training. What is this file and where can I get it?
I'm trying to train with FastPitch to check if the issue in [#10](https://github.c…
-
I'm using a clean 40hr dataset, female American, that I used on tacotron with good results. I've trained on VITS twice now and it starts over fitting around 70K. It's definitely intelligible and in th…
-
I'm wondering whether it is possible to use pre-trained models using this repo? as it can be done in https://github.com/NVIDIA/tacotron2 [-c param of train.py script].
I want to start from -c tacotro…
-
Hello! I found the GptVoiceLatentInjector injector. It looks like it's for inference, anyway it's not difficult to return losses using it. But I still wanted to clarify which injector you used for tra…
-
Why is this entire repo implemented in Java when we only need the synthesis libraries from them. For pete's sake. C++! Python! CMAKE!! This repo is unmaintainable. You should have implemented this in …