What problem does it solve?
The LTXDirector timeline editor node in ComfyUI exposes Add Image, Add Text, and Add Audio buttons as raw DOM elements that agents and MCP tools cannot click, making timeline editing appear impossible. This Skill shows how to drive the node through its hidden timeline_data JSON string widget instead.
Core Features & Use Cases
- Hidden Widget Control: Read, parse, mutate, and write back the timeline_data JSON string via set_input operations instead of clicking DOM buttons.
- Segment Authoring: Add, move, retime, or remove text, image, audio, and motion segments with the verified schema, including the imageB64 /api/view URL pattern and track gate flags.
- Edge-Case Guardrails: Keep normalStartFrame, normalDurationFrames, duration_frames, and segment_lengths in sync, enable track gates, and wire guide_data to LTXDirectorGuide.
- Use Case: Upload an image to the ComfyUI input directory, append an image segment pointing at it, enable the main track, and validate the workflow so the LTX 2.3 Director graph renders the new timeline.
Quick Start
Ask the agent to add a new text segment to the LTXDirector node in the current ComfyUI workflow and re-time the existing audio segment.