MultiTalk Prompt Schedule

MultiTalkPromptSchedule

Scene director for MultiTalk: assign prompts to frame ranges. Format: one line per scene <frames>: <prompt> <frames>: <prompt> ||| <NAG negative prompt> Lines without ||| use the global negative_prompt field. Per-scene negatives feed NAG (active at cfg=1). Connect negative_text_embeds to WanVideoApplyNAG → nag_text_embeds. Example: 120: Person 1 speaks to camera ||| looking sideways, turned away 120: Person 2 responds, person 1 nods 120: Both look at the camera and smile Each number is the duration in frames (120 = 5s at 24fps).

Pack: ComfyUI-MultiTalkPromptSchedule

custom_nodes.ComfyUI-MultiTalkPromptSchedule

Inputs (5)

NameTypeRequired
t5WANTEXTENCODERrequired
scheduleSTRINGrequired
negative_promptSTRINGrequired
force_offloadBOOLEANoptional
deviceCOMBOoptional

Outputs (2)

NameType
text_embedsWANVIDEOTEXTEMBEDS
negative_text_embedsWANVIDEOTEXTEMBEDS
MultiTalk Prompt Schedule | TealPug Node Explorer