Which architecture differences change fine-tuning in practice?

By Wei Jie Chee · 30 Mar 2026, 00:00 Z

Download printable cheat-sheet (CC-BY 4.0)
Named-model investigator + Choice-makerCompress the field into models worth a closer look.

Codec, training objective, adaptation support, sample rate, and licence determine whether two TTS models can share a workflow.

Do this first

Compare the data pipeline and adaptation boundary before comparing parameter counts or demo quality.

Keep this boundary in view

Architecture explains constraints and likely failure modes; it does not predict listener preference by itself.

Inspect the evidence and what would change the answer

Architecture audit plus selected adaptation runs

What supports it

The comparison traces six model families through tokenization, training, data preparation, licensing, and deployment implications.

Change our mind if

A common workflow reproduces equivalent adaptation behavior across these architectures without hiding model-specific constraints.

Claim TTS-ARCHITECTURE-2026-08 / v1, checked 7 Aug 2026

60-second takeaway
These six open-source TTS models look similar on paper, but their architectures lead to different preprocessing, adaptation, evaluation, and licensing constraints.
By 19 July 2026, we had exercised real adaptation paths on all six, ranging from production-selected full SFT to bounded LoRA pilots. The evidence is not equally strong: Qwen3-TTS and IndexTTS2 have selected checkpoints, while Voxtral, Fish Speech, Chatterbox, and CosyVoice3 still have important quality boundaries. This article explains the architecture before you commit GPU hours.

Who this is for

  • Engineers choosing a TTS model to fine-tune: You have read the benchmarks. You know which models exist. You need to understand the architectural differences before committing to a fine-tuning approach - because picking the wrong approach wastes days, not hours.
  • ML engineers adding TTS to a pipeline: You need to know which models wrap with standard PEFT, which need custom LoRA libraries, and which only support full SFT - before you design your training infrastructure.
  • Technical leads evaluating licenses: Two of these six models have license restrictions that are not obvious from their GitHub repos. This article flags them before you build on top of them.

The six models

ModelTotal paramsLLM backboneReleasedLicense
Voxtral 4B~4.1BMinistral-3BMarch 2026CC BY-NC 4.0
Qwen3-TTS 1.7B1.7BQwen3