ComfyUI Node
VoxCPM TTS
A ComfyUI node in 🧪AILab/🔊TTS/VoxCPMTTS with 8 inputs and 2 outputs.
VoxCPM TTS
- reference_audio
- REFERENCE_TEXT
- AUDIO
◄modelVoxCPM 1.5►
◄textHello, this is VoxCPM TTS.►
◄reference_text►
◄auto_transcribe_referencefalse►
◄unload_modelfalse►
◄deviceauto►
◄seed-1►
Category🧪AILab/🔊TTS/VoxCPMTTS
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| model | COMBO | VoxCPM 1.5 | Select VoxCPM model version |
| text | STRING | Hello, this is VoxCPM TTS. | Text to synthesize into speech |
| reference_audioopt | AUDIO | Reference audio for voice cloning | |
| reference_textopt | STRING | Text transcript of reference audio (leave empty for auto-transcription) | |
| auto_transcribe_referenceopt | BOOLEAN | false | If reference text is empty, auto-run ASR to fill it |
| unload_modelopt | BOOLEAN | false | Unload model after generation to free VRAM |
| deviceopt | COMBO | auto | Device to run the model on |
| seedopt | INT | -1-1–18446744073709550000 | Random seed (-1 for random) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| REFERENCE_TEXT | STRING | — |
| AUDIO | AUDIO | — |