ComfyUI Node
Audio Prompt Schedule
Associates prompts with peaks_index into a scheduled format compatible with batch prompt schedule nodes. Input peaks_index comes from Audio Peaks Detection (comma-separated frame numbers), and prompts is a multiline string where each line is a different prompt. Prompts will cycle if there are fewer prompts than peaks. Add an empty line between each individual prompt for proper formatting. The output prompt_schedule maps each peak frame index to its corresponding prompt, ready to connect to batch prompt schedule from Fizz Nodes or similar schedulers.
Audio Prompt Schedule
- prompt_schedule
◄peaks_index—►
◄prompts►
Category👁️ Yvann Nodes/🔊 Audio
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| peaks_index | STRING | Comma-separated frame indices from Audio Peaks Detection | |
| prompts | STRING | One prompt per line, loops if fewer prompts than peaks |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| prompt_schedule | STRING | — |