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)
| Name | Type | Required |
|---|---|---|
| t5 | WANTEXTENCODER | required |
| schedule | STRING | required |
| negative_prompt | STRING | required |
| force_offload | BOOLEAN | optional |
| device | COMBO | optional |
Outputs (2)
| Name | Type |
|---|---|
| text_embeds | WANVIDEOTEXTEMBEDS |
| negative_text_embeds | WANVIDEOTEXTEMBEDS |