MeloTTS MS

MeloTTS continue train on MS, forked at https://github.com/malaysia-ai/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/malaysia-ai/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
72
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Dataset used to train malaysia-ai/MeloTTS-MS