moe-tts-webui icon indicating copy to clipboard operation
moe-tts-webui copied to clipboard

The better web ui for MOE-TTS

The better web ui for MOE-TTS

Preview:

Features:

  • Text-to-speech, of course.

Used:

  1. Install requirements:
pip install -r requirements.txt
  1. Web UI:
python app.py --displaywave

Note:

  • You should install Visual Studio if you use Windows.
  • The installation of pyopenjtalk may fail. If that happens, you should go to https://github.com/r9y9/pyopenjtalk to seek help.

Model structure:

  • models/you_model_name/
    • model.pth
    • config.json (.yaml)
    • info.json (.yaml) (Options)
    • cover.jpg (Options)

Very Thank: