ComfyUI Node
Generates MOSS-TTS Speech
Generates speech using MOSS-TTS (Foundation). Supports zero-shot cloning if reference audio is provided.
Generates MOSS-TTS Speech
- moss_tts_model
- reference_audio
- audio
◄textThe quick brown fox jumps over the lazy dog.►
◄audio_temperature1.0►
◄audio_top_p0.80►
◄audio_top_k50►
◄audio_repetition_penalty1.0►
◄max_new_tokens2048►
◄text_normalizetrue►
◄instruction►
CategoryKaola/MOSS-TTSD
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| moss_tts_model | MOSS_TTS_MODEL | Loaded MOSS-TTS Foundation model. | |
| text | STRING | The quick brown fox jumps over the lazy dog. | Text to narrate. |
| audio_temperature | FLOAT | 1.00.1–2 | Higher = more variation. |
| audio_top_p | FLOAT | 0.800.1–1 | Nucleus sampling probability. |
| audio_top_k | INT | 501–200 | Top-K sampling. |
| audio_repetition_penalty | FLOAT | 1.01–2 | Penalty for repeating audio tokens. |
| max_new_tokens | INT | 2048100–10000 | Max audio tokens. |
| text_normalize | BOOLEAN | true | Normalize text input. |
| reference_audioopt | AUDIO | Reference audio for zero-shot cloning. | |
| instructionopt | STRING | Optional instruction (if supported by model). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| audio | AUDIO | — |