-
I am using mms-tts for speech synthesis in Hakka or Min Nan languages. I tried it out on the demo page at https://huggingface.co/spaces/mms-meta/MMS. However, when I input text in Chinese characters, …
-
Here is a block in glados.py:
```
self._tts = tts.Synthesizer(
model_path=str(Path.cwd() / "models" / voice_model),
use_cuda=False,
speaker_id=speaker_…
-
### 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…
-
I installed the exe file, configured the models I wanted to use (chat model and tts).
it launches without issue, but when I try to chat the program crashes/closes.
not sure why/how.
using a RX …
-
Does any train this model and using it to train LLM-based TTS. How about the performace?
I mean performance of wav quanlity, as well as performace in zero-shot-TTS.
-
**Description**
I'm trying to deploy text to speech model with onnx and triton. When running the server, I get this error: failed:Protobuf parsing failed.
also model status is : UNAVAILABLE: Interna…
-
Hi!
I heard about a very promising model some while ago that you might be interested in. It's called fish.audio.
Here's a youtube demo : https://www.youtube.com/watch?v=Ghc8cJdQyKQ
Here's the…
-
Did all by instructions, but I got an error:
`Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Users\-\miniconda3\Lib\site…
-
I have seen this project successfully running on the ESP32-S3. I would like to know if this TTS model can also run on other chips, such as the ESP32-P4. If not, is there any plan to support it in the …
-