TTS-Audio-Suite 5.3.0 Introduces Higgs Audio v3 Voice Cloning

TTS-Audio-Suite 5.3.0 has been updated to introduce a major architectural shift and expanded engine support. The open-source ComfyUI extension now runs on a Transformers 5 main environment while fragile engines are isolated to prevent dependency conflicts. It also adds Higgs Audio v3 for zero-shot voice cloning and native inline emotion, style, and SFX tags.
Developer Diodiogod rebuilt the multi-engine tool to avoid version lock-in across 16 different TTS, voice conversion, and ASR systems. The update modernizes the core stack without breaking legacy models, and all engine downloads happen automatically on first use. This release prioritizes stability, broader language coverage, and a more maintainable codebase.
Runtime isolation and new engine additions
- Runs on Transformers 5 without legacy conflicts.
- Isolation prevents dependency version lock-in.
- Higgs Audio v3 supports inline emotion tags.
- Clone voices from short reference audio.
- Multiline tag editor validates per-engine syntax.
- Models auto-download when first used.
- Precise subtitle timing and character switching.
- Train RVC voice models inside the suite.
This setup suits creators producing multi-character dialogue, audiobooks, or multilingual voiceovers. Researchers can experiment with zero-shot cloning, long-form generation, and ASR-based subtitle construction using a single unified interface. Developers can also extend the suite by plugging in new TTS engines through its adapter system.
Developer notes and future direction
A core challenge was moving to Transformers 5 without breaking older engines. The solution was runtime isolation, so engines like ChatterBox and VibeVoice can stay on compatible legacy stacks while newer ones run natively. Training support is currently limited to RVC models, but the architecture allows other engines like MOSS-TTS to plug into the same training flow, though dataset-building tools are still in early stages.
"The bigger change in the project as a whole is actually the new runtime isolation architecture." — Source: Reddit