DiTAR: Diffusion Transformer Autoregressive Modeling for Speech Generation
Paper • 2502.03930 • Published
Half-size copy of FireRedTeam/FireRedTTS3 for FireRedTTS3-ComfyUI.
Conversion policy - only the tensors the official inference code already computes under bf16 autocast are stored in bf16; everything that officially runs in fp32 stays fp32:
| Component | bf16 | fp32 |
|---|---|---|
fireredtts3_base |
Qwen3 backbone LLM | PatchEncoder, DiT flow head, stop head, speaker projections |
fireredtts3_instruct |
Qwen3 backbone LLM | PatchEncoder, DiT flow head, stop head |
redae |
audio encoder | decoder + ISTFT head |
campp |
- | everything |
Same-seed generation against the official fp32 weights produces identical waveforms
(cosine 1.0000, SNR > 80 dB) because the stored bf16 values round exactly like the
runtime autocast cast does. campp/, text_tokenizer/, and fasttext/lid.176.ftz are
copied through unchanged; only the dtype field in each config.json changed.
@article{fireredtts3,
title = {FireRedTTS3: Unified Speech Generation and Editing with Semantically Enriched Speech Representations},
author = {FireRed Team},
journal = {arXiv preprint},
year = {2026},
}
All credit to the FireRed Team - see the upstream repo and model card. Apache-2.0.
Base model
FireRedTeam/FireRedTTS3