MEGA Hub

Luna-TTS Family Technical Report

Authors

Do you know Feng Yin?You can claim authorship or link another user.Do you know Shuai Shi?You can claim authorship or link another user.Do you know Junjie Zheng?You can claim authorship or link another user.Do you know Kechenying Zhou?You can claim authorship or link another user.Do you know Yiqiu Wang?You can claim authorship or link another user.Do you know Chenyang He?You can claim authorship or link another user.Do you know Qiuhua Jiang?You can claim authorship or link another user.Do you know Mengxiao Bi?You can claim authorship or link another user.Do you know Yanmin Qian?You can claim authorship or link another user.Do you know Mingxin Chen?You can claim authorship or link another user.Do you know Xun Gong?You can claim authorship or link another user.Do you know Tianteng Gu?You can claim authorship or link another user.Do you know Bing Han?You can claim authorship or link another user.Do you know Peng Jiang?You can claim authorship or link another user.Do you know Chenda Li?You can claim authorship or link another user.Do you know Haiyang Sun?You can claim authorship or link another user.Do you know Han Wang?You can claim authorship or link another user.Do you know Wei Wang?You can claim authorship or link another user.Do you know Yi Wang?You can claim authorship or link another user.Do you know Leying Zhang?You can claim authorship or link another user.Do you know Wangyou Zhang?You can claim authorship or link another user.Do you know Chushu Zhou?You can claim authorship or link another user.

Abstract

Modern text-to-speech (TTS) is dominated by autoregressive (AR) codec language models, whose left-to-right decoding brings latency that grows with utterance length, error accumulation along the committed prefix, and an artificial generation order imposed on the Residual Vector Quantization (RVQ) token grid. We propose Luna-TTS Family, diffusion-language-model-based TTS systems pretrained on 1 million hours of speech across Chinese, English, Japanese, and Korean. The family is built by progressive adaptation of a pretrained AR text LLM, from causal to bidirectional and finally to block-causal attention, and comprises two variants sharing a single tokenizer, data pipeline, and 0.6B backbone lineage. Luna-TTS is fully non-autoregressive: it generates the entire RVQ token grid in a fixed number of parallel refinement steps, with zero-shot voice cloning and speech editing arising natively as infilling. Luna-TTS Realtime, derived by continual training, is autoregressive over blocks of 32 codec frames (1.28s) while denoising each block in parallel; it supports KV-cached blockwise generation and incremental audio delivery, achieving an end-to-end RTF of 0.0240 and 41.6 ms local first-block latency under the warmed serving protocol. An annealed fine-tuning stage adds explicit control over emotion and non-verbal vocalizations (NVVs), and a reinforcement-learning stage applies GRPO with policy ratios computed over the realized denoising trajectory. On Seed-TTS-Eval, Luna-TTS achieves the best results on all four metrics among compared open-source and commercial systems (0.73 CER / 79.7 SIM on test-zh, 1.49 WER / 76.8 SIM on test-en); on the harder in-the-wild CV3-Eval, it posts the lowest Mandarin and English error rates in our comparison. Against leading commercial systems, it achieves the best results on most objective, model-based, and human-rated metrics for NVV and emotion control.

Community

00