-
I am new to Larynx, so maybe my question can be answered easily and quickly, but I couldn't find anything to fix it.
Whenever a dot character is encountered, synthesis ends. I don't even need multi…
-
Hi, i am on Arch Linux, with latest versions of Python and pip. I installed the TTS package with this command:
`pip install TTS`. And by default it made a user installation in the .local folder. So …
ghost updated
3 years ago
-
I have been finetuning off a model using Glow TTS on google colab. The training quickly dropped from to 1.0 loss and has increased for the past 1400 steps or so. I made sure to remove any noise or sil…
-
**Describe the bug**
Trying out TTS by typing `tts --text "Text for TTS" --model_name "tts_models/en/vctk/vits" --out_path /home/user/output.wav` resulted in odd errors. The one with the folder `/hom…
-
**Describe the bug**
`tts_models/en/vctk/sc-glow-tts` fails to find `speakers.json` file.
**To Reproduce**
```
$ tts --model_name tts_models/en/vctk/sc-glow-tts --text "test" --out_path tmp.wav
…
-
### Discussed in https://github.com/coqui-ai/TTS/discussions/639
Originally posted by **BillyBobQuebec** July 10, 2021
I am training Tacotron2-DDC (LJ) from scratch using the recipe provided w…
-
All others seem to miss the the onnx model:
larynx-tts-voice-de-de-eva-k-glow-tts_0.4.0_all.deb
383 KB
larynx-tts-voice-de-de-karlsson-glow-tts_0.4.0_all.deb
387 KB
larynx-tts-voice-de-de-pavoq…
-
**Opentts server brief description**
Open tts server is tts server application with rest API.
Main advantage is that it has unified access to multiple open source text to speech systems and voice…
ngbtr updated
3 years ago
-
Thank you for the releasing original implementation of Grad-TTS. I would like to know if a multispeaker setting is available or planned for release.
I am implementing a multispeaker setting using …
-
Hi! Thank you for the port. Have you been able to get results on inference stage? I successfully train model, validation losses are decreasing, but at inference there's garbage.
I started logging log…