MeloTTS MS

MeloTTS continue train on MS, forked at https://github.com/mesolitica/MeloTTS-MS

Checkpoints

We uploaded full checkpoints with optimizer states at checkpoints.

Dataset

We train on Mesolitica/TTS.

requirements

pip3 install git+https://github.com/mesolitica/MeloTTS-MS
pip3 install git+https://github.com/mesolitica/malaya-speech malaya phonemizer
apt install espeak -y

how to

from huggingface_hub import hf_hub_download
from from melo.api import TTS

ckpt_path = hf_hub_download(repo_id='mesolitica/MeloTTS-MS', filename='model.pth')
config_path = hf_hub_download(repo_id='mesolitica/MeloTTS-MS', filename='config.json')
model = TTS(language='MS', config_path=config_path, ckpt_path=ckpt_path)

speaker_id = {
  'Husein': 0,
  'Shafiqah Idayu': 1,
  'Anwar Ibrahim': 2,
}

r = model.tts_to_file('Husein sangatlah comel dan wangi.', 0, split = True, sdp_ratio = 0, noise_scale = 0.667)
Downloads last month
27
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.

Dataset used to train mesolitica/MeloTTS-MS