ComfyUI Node
Spark_TTS_Creation
A ComfyUI node in ComfyUI_Spark_TTS with 10 inputs and 2 outputs.
Spark_TTS_Creation
- Audio
- Node Status
◄textHello, Spark Text to Speech is working!►
◄genderfemale►
◄pitchmoderate►
◄speedmoderate►
◄temperature0.70►
◄top_k30►
◄top_p0.70►
◄max_new_tokens2020►
◄keep_model_loadedtrue►
◄use_cpufalse►
CategoryComfyUI_Spark_TTS
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| text | STRING | Hello, Spark Text to Speech is working! | Text to be synthesized / 待合成的文本 |
| gender | COMBO | female | Gender of the synthesized voice / 合成语音的性别 |
| pitch | COMBO | moderate | Pitch level (e.g., very_low, moderate, very_high) / 音高水平(例如:非常低、中等、非常高) |
| speed | COMBO | moderate | Speed level (e.g., very_low, moderate, very_high) / 语速水平(例如:非常慢、中等、非常快) |
| temperature | FLOAT | 0.700–1 | Sampling temperature for generation / 生成的采样温度 |
| top_k | INT | 300–100 | Top-K sampling parameter / Top-K 采样参数 |
| top_p | FLOAT | 0.700–1 | Top-P (nucleus) sampling parameter / Top-P (核) 采样参数 |
| max_new_tokens | INT | 2020100–90000 | Maximum number of new tokens to generate / 要生成的最大新 token 数 |
| keep_model_loaded | BOOLEAN | true | Keep model in VRAM after use for faster subsequent runs / 使用后将模型保留在显存中以便后续运行更快 |
| use_cpu | BOOLEAN | false | Force node execution on CPU instead of GPU / 强制节点在 CPU 而非 GPU 上执行 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| Audio | AUDIO | — |
| Node Status | STRING | — |