-
I would love to be able to send text to the TTS and get back an audio file.
```shell
mods "my prompt" | mods -m tts-1-hd --play -o my_audio.m4a
```
In the example above the response from the fir…
-
when i run the demo code ("Hey, how are you doing today?") offered, it has the error info"GenerationMixin._sample() missing 1 required positional argument: 'logits_warper'
-
### Describe the bug
When running tests against the TTS endpoint, I've observed that streaming the audio response takes nearly the same amount of time as receiving a fully generated audio file. This …
-
RStudio [crashes](https://github.com/jhudsl/text2speech/pull/7#discussion_r1187770422) when attempting to use a new model. When tts is using a new model (that doesn't exist in `/Users/howardbaek/Libra…
-
python3 webui.py --port 7865 --model_dir pretrained_models/CosyVoice-300M
2024-10-21 12:16:38,971 - modelscope - INFO - PyTorch version 2.0.1 Found.
2024-10-21 12:16:38,971 - modelscope - INFO - Loa…
-
### Describe the bug
Code:
```_t1.py
from TTS.api import TTS
tts = TTS(model_name="voice_conversion_models/multilingual/vctk/freevc24", progress_bar=False).to("cuda:2")
tts.voice_conversion_to_…
-
I get a `Value Error: Unknown format: wav` error when using defaults for the playht plugin.
```python
tts=playht.TTS()
```
I found the following line:
https://github.com/livekit/agents/blob…
-
### Describe the bug
Trying to get TTS to do a countdown, but it seems to run forever, when a similar prompt seems to run in a reasonable time
Works as expected:
`
tts --text "How is the weather…
-
sudo apt-get install libsndfile1-dev ffmpeg enchant
conda create -n tts-env
conda activate tts-env
pip3 install -U torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/…
-
I was thinking about doing something similar!
Here's what I propose adding:
- Scaling using ESRGAN and similar models for better quality, like: https://github.com/MattyMroz/ESRGAN_Upscale
- TTS usi…