xorbitsai / inference

Replace OpenAI GPT with another LLM in your app by changing a single line of code. Xinference gives you the freedom to use any LLM you need. With Xinference, you're empowered to run inference with any open-source language models, speech recognition models, and multimodal models, whether in the cloud, on-premises, or even on your laptop.
https://inference.readthedocs.io
Apache License 2.0
5.27k stars 424 forks source link

How do I use Text-to-speech model ? #1290

Closed chenxinlong closed 6 months ago

chenxinlong commented 6 months ago

There's no tts built-in model in xinference, and IDK how to register a tts kind model by the following page :

image

How should I :

qinxuye commented 6 months ago

Duplicated with #1288 . Text2Audio or Text2Speech is not implemented yet, we will support it ASAP, meanwhile, contribution welcomed.