MF Story Sequence

MF_ShotHelper

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.

Pack: MF PipoNodes

custom_nodes.ComfyUI-MF-PipoNodes

Inputs (2)

NameTypeRequired
stepINTrequired
beatsSTRINGrequired

Outputs (5)

NameType
sequence_intINT
sequence_strSTRING
shot_intINT
shot_strSTRING
shot_nameSTRING
MF Story Sequence | TealPug Node Explorer