Views
No views yet
walston/whisaid-medium-grl.
The released checkpoint is epoch 100.1from huggingface_hub import hf_hub_download
2
3checkpoint_path = hf_hub_download(
4 repo_id="walston/joycent-medium-grl",
5 filename="grad_100.pt",
6)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.1@misc{wang2026joycentdiffusionbasedaccenttts,
2 title={Joycent: Diffusion-based Accent TTS without Accented Phone Prediction},
3 author={Xintong Wang and Ye Wang},
4 year={2026},
5 eprint={2606.16417},
6 archivePrefix={arXiv},
7 primaryClass={cs.SD},
8}