ComfyUI Node
MF Story Sequence
Generates sequence and shot numbers from a step counter and beat points. Beats syntax (step numbers where new sequences start): • Comma-separated: 3,8,15 • One per line: 3\n8\n15 • Array format: [3,8,15] Output: seq01_shot01, seq01_shot02, ... seq02_shot01, etc.
MF Story Sequence
- sequence_int
- sequence_str
- shot_int
- shot_str
- shot_name
◄step0►
◄beats►
CategoryMF_PipoNodes/Sequencing
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| step | INT | 0 | — |
| beats | STRING | — |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| sequence_int | INT | — |
| sequence_str | STRING | — |
| shot_int | INT | — |
| shot_str | STRING | — |
| shot_name | STRING | — |