ComfyUI Node
Lyrics Structure (SongScribe)
Validate and normalise lyric section tags. MiniMax treats tags as the only structural instruction, so a malformed tag silently drops structure from a render rather than failing loudly.
Lyrics Structure (SongScribe)
- lyrics
- report
- section_count
- has_warnings
◄lyrics►
◄normalise_tagstrue►
◄max_duration0►
CategorySongScribe
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| lyrics | STRING | — | |
| normalise_tags | BOOLEAN | true | Rewrite (Chorus), {hook}, 'Verse 2:' etc into the [Chorus] / [Verse] form MiniMax expects. |
| max_durationopt | FLOAT | 00–600 | Target song length to check the lyrics against. 0 disables the fit check. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| lyrics | STRING | Lyrics with section tags normalised. |
| report | STRING | Human-readable structure and fit report. |
| section_count | INT | Number of section tags found. |
| has_warnings | BOOLEAN | True if anything would likely degrade the render. |