ComfyUI Node
FL FishSpeech TTS
A ComfyUI node in πFL FishSpeech with 10 inputs and 1 output.
FL FishSpeech TTS
- fs_model
- fs_reference
- audio
βtextHello, this is a test of the FishSpeech text to speech system.βΊ
βseed0βΊ
βtemperature1.00βΊ
βtop_p0.90βΊ
βtop_k30βΊ
βrepetition_penalty1.10βΊ
βchunk_length512βΊ
βmax_new_tokens0βΊ
CategoryπFL FishSpeech
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| fs_model | FS_MODEL | β | |
| text | STRING | Hello, this is a test of the FishSpeech text to speech system. | Text to speak. Use <|speaker:X|> for multi-speaker, [laugh], [whispers] for emotion control. |
| fs_referenceopt | FS_REFERENCE | Optional reference audio encoding for voice cloning. | |
| seedopt | INT | 00β2147483647 | Random seed. 0 = random. |
| temperatureopt | FLOAT | 1.000.1β2 | Sampling temperature. Higher = more varied. v2.0 default is 1.0. |
| top_popt | FLOAT | 0.900.1β1 | Top-p nucleus sampling threshold. v2.0 default is 0.9. |
| top_kopt | INT | 301β100 | Top-k sampling. Limits to top K most likely tokens. |
| repetition_penaltyopt | FLOAT | 1.101β2 | Repetition penalty. Higher = less repetition. |
| chunk_lengthopt | INT | 51250β1000 | Max bytes per text chunk for iterative generation. |
| max_new_tokensopt | INT | 00β4096 | Maximum new tokens to generate per chunk. 0 = auto. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| audio | AUDIO | β |