OpenPecha / tts-model

MIT License
0 stars 0 forks source link

TTS0007: Finding solutions to making TTS faster. #5

Open gangagyatso4364 opened 4 weeks ago

gangagyatso4364 commented 4 weeks ago

Description

We are currently facing issue with speed of inference of tts model. we have two tts models trained mms tts and speech t5. Possible Solutions we should look into.

  1. Quantization of speech t5 model.
  2. A faster api with model inference from monlam ai web page(could be higher GPU resources).
  3. Streaming of TTS inference segment wise in monlam ai web page to make inference appear faster.

Completion Criteria

A faster and precise TTS model for our TTS task in web interface.

10zinten commented 2 days ago
  1. Quantization of speech t5 model.