File size: 4,519 Bytes
5c6daa5
 
8f2118c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5c6daa5
8f2118c
 
 
 
 
 
 
8d3712f
8f2118c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
---
license: cc-by-nc-4.0
language:
- en
- zh
pipeline_tag: text-to-speech
tags:
- text-to-speech
- zero-shot-tts
- waveform-generation
- comfyui
- safetensors
- fp32
- bf16
- wavtts
- voice-cloning
- reference-audio
datasets:
- amphion/Emilia-Dataset
---

# WavTTS 16k Safetensors for ComfyUI

Safetensors conversion of the official **WavTTS** model for use with **WavTTS-ComfyUI**.

![Screenshot 2026-06-04 015737](https://cdn-uploads.huggingface.co/production/uploads/63473b59e5c0717e6737b872/vv1P0WoTgUfWi6MFaYJoH.png)

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.

### Links

- **ComfyUI Node:** https://github.com/Saganaki22/WavTTS-ComfyUI
- **Official Repository:** https://github.com/cwx-worst-one/WavTTS
- **Research Paper:** https://arxiv.org/abs/2606.03455

## Usage

This checkpoint is intended for use with:

https://github.com/Saganaki22/WavTTS-ComfyUI

Place the model inside:

```text
ComfyUI/models/wavtts/
```

Example:

```text
ComfyUI/models/wavtts/
├── wavtts-fp32.safetensors
└── wavtts-mixed-bf16.safetensors
```

Restart ComfyUI and load the checkpoint using the **WavTTS Load Model** node.

## Model Summary

| Item | Value |
|--------|--------|
| Model | WavTTS |
| Format | Safetensors |
| Task | Zero-Shot Text-to-Speech |
| Sample Rate | 16 kHz |
| Architecture | Direct Waveform Generation |
| Conditioning | Reference Audio + Reference Transcript |
| Intended Platform | ComfyUI |
| Languages | English, Chinese |
| Training Dataset | Emilia Dataset |
| License | CC BY-NC 4.0 |

## Included Variants

| File | Description |
|--------|--------|
| wavtts-fp32.safetensors | Clean FP32 inference checkpoint |
| wavtts-mixed-bf16.safetensors | Mixed BF16 checkpoint optimized for lower VRAM usage |

The original `.pt` checkpoint contains training-related state that is unnecessary for inference.

Safetensors releases store inference weights only, resulting in smaller file sizes and safer loading behavior.

## Intended Use

This model is intended for:

- Zero-shot text-to-speech
- Voice continuation
- Reference-audio conditioned generation
- Voice adaptation from short prompts
- ComfyUI speech workflows
- Local offline TTS generation

A transcript of the reference audio is required by WavTTS.

## Precision Notes

### FP32

Recommended for maximum stability.

### Mixed BF16

Recommended for reduced VRAM usage while preserving numerically sensitive tensors in FP32.

No model weights have been retrained or modified beyond precision conversion.

## Architecture

WavTTS performs direct waveform modeling rather than generating intermediate acoustic tokens.

### Inputs

- Reference audio
- Reference transcript
- Target text

### Output

- 16 kHz synthesized waveform

The model learns speaker characteristics directly from reference audio and generates speech matching the target text in the reference voice style.

## Limitations

- Requires a transcript for the reference audio.
- Voice similarity is not guaranteed.
- Long generations may require chunking.
- Audio quality depends heavily on reference quality.
- Commercial usage may be restricted by the upstream license.
- Numerical differences may occur between original and converted checkpoints.

## Attribution

### Original Authors

**WavTTS: Towards High-Quality Zero-Shot TTS via Direct Raw Waveform Modeling**

Official repository:

https://github.com/cwx-worst-one/WavTTS

### ComfyUI Integration

https://github.com/Saganaki22/WavTTS-ComfyUI

### Dataset

https://huggingface.co/datasets/amphion/Emilia-Dataset

## License

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
@article{chen2026wavtts,
  title={WavTTS: Towards High-Quality Zero-Shot TTS via Direct Raw Waveform Modeling},
  author={TODO},
  journal={TODO},
  year={2026}
}
```