Safetensors conversion of the official WavTTS model for use with WavTTS-ComfyUI.
Screenshot 2026-06-04 015737
This release converts the original PyTorch checkpoint into the Safetensors format for safer loading, improved compatibility with ComfyUI workflows, and reduced storage overhead.
Model Introduction
WavTTS is a zero-shot text-to-speech model that directly generates raw audio waveforms from text using reference-audio prompting.
Unlike token-based TTS systems that generate intermediate acoustic representations, WavTTS models speech directly in the waveform domain, enabling highly natural speech synthesis while preserving speaker characteristics from short reference samples.
This Safetensors conversion inherits the licensing terms of the original WavTTS release.
The original model weights are licensed under CC BY-NC 4.0.
Please review the upstream model card and license terms before redistribution or commercial use.
Citation
bibtex
1@article{chen2026wavtts,
2 title={WavTTS: Towards High-Quality Zero-Shot TTS via Direct Raw Waveform Modeling},
3 author={TODO},
4 journal={TODO},
5 year={2026}
6}