ComfyUI Node
HeartTranscriptor (Lyrics ASR) π€
A ComfyUI node in HeartMuLa with 13 inputs and 1 output.
HeartTranscriptor (Lyrics ASR) π€
- pipeline
- audio
- lyrics
βmax_new_tokens256βΊ
βnum_beams2βΊ
βlanguageautoβΊ
βenable_chunkingtrueβΊ
βtasktranscribeβΊ
βtemperature0.00βΊ
βno_speech_threshold0.40βΊ
βcompression_ratio_threshold1.8βΊ
βlogprob_threshold-1.0βΊ
βseed0βΊ
βcondition_on_prev_tokensfalseβΊ
CategoryHeartMuLa
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| pipeline | HEART_TRANSCRIPTOR_PIPELINE | β | |
| audio | AUDIO | β | |
| max_new_tokens | INT | 25616β1024 | Maximum number of new tokens to generate per chunk. |
| num_beams | INT | 21β10 | Number of beams for beam search decoding. |
| language | COMBO | auto | Force generation language. |
| enable_chunking | BOOLEAN | true | Enable chunked processing for long audio. Disable if you encounter errors (e.g. on Mac MPS). |
| task | COMBO | transcribe | 'transcribe' keeps the original language, 'translate' translates to English. |
| temperature | FLOAT | 0.000β1 | Sampling temperature. A fallback sequence (0.0 -> temperature) is built internally. |
| no_speech_threshold | FLOAT | 0.400β1 | Threshold for detecting no-speech segments. |
| compression_ratio_threshold | FLOAT | 1.81β5 | Threshold for compression ratio filtering. |
| logprob_threshold | FLOAT | -1.0-5β0 | Log-probability threshold for filtering low-confidence outputs. |
| seed | INT | 00β18446744073709550000 | Random seed for reproducible results. |
| condition_on_prev_tokensopt | BOOLEAN | false | Whether to condition on previously generated tokens. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| lyrics | STRING | β |