Accent TTS
Collection
7 items • Updated
This is a Joycent Mandarin accent TTS acoustic model trained using accent
embeddings extracted by
walston/whisaid-medium-grl.
The released checkpoint is epoch 100.
from huggingface_hub import hf_hub_download
checkpoint_path = hf_hub_download(
repo_id="walston/joycent-medium-grl",
filename="grad_100.pt",
)
Pass the downloaded checkpoint to joycent/inference_joycent.py with the
--acoustic-checkpoint argument. Full synthesis also requires the Joycent
vocoder and reference-audio feature extraction dependencies described in the
Joycent repository.
@misc{wang2026joycentdiffusionbasedaccenttts,
title={Joycent: Diffusion-based Accent TTS without Accented Phone Prediction},
author={Xintong Wang and Ye Wang},
year={2026},
eprint={2606.16417},
archivePrefix={arXiv},
primaryClass={cs.SD},
}