Nodes/ComfyUI-MultiTalkPromptSchedule/MultiTalk Prompt Schedule
ComfyUI Node

MultiTalk Prompt Schedule

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).

By serious-factory·Created 6 months ago·Updated 5 months ago· 2
MultiTalk Prompt Schedule
  • t5
  • text_embeds
  • negative_text_embeds
schedule120: Person 1 speaks to the camera, person 2 listens 120: Person 2 responds, person 1 nods 120: Both look at the camera and smile
negative_prompt
force_offloadtrue
devicegpu
CategoryWanVideoWrapper

Inputs (5)

NameTypeDefaultDescription
t5WANTEXTENCODER
scheduleSTRING120: Person 1 speaks to the camera, person 2 listens 120: Person 2 responds, person 1 nods 120: Both look at the camera and smileOne line per scene. Format: frames: prompt text ||| optional NAG negative prompt
negative_promptSTRINGDefault negative prompt for NAG guidance. Used for all scenes without a per-scene negative (|||). Also used as the negative_text_embeds output for WanVideoApplyNAG.
force_offloadoptBOOLEANtrue
deviceoptCOMBOgpu2 options: gpu, cpu

Outputs (2)

NameTypeDescription
text_embedsWANVIDEOTEXTEMBEDS
negative_text_embedsWANVIDEOTEXTEMBEDS