ltx-director
Installation
SKILL.md
LTX Director (Timeline)
LTXDirector (pack: WhatDreamsCost-ComfyUI, category WhatDreamsCost) is a
video timeline editor node. Its on-canvas UI has Add Image, Add Text
and Add Audio buttons.
You cannot click those buttons. Don't try.
They are not node inputs. The pack builds them as raw DOM elements with JS handlers:
addTextBtn.addEventListener("click", () => this.addTextSegmentFreeSpace());
Panel/MCP tools drive the LiteGraph node model (widgets + inputs). They cannot invoke arbitrary DOM handlers, so "click Add Text" is impossible. This is a hard limitation, not flakiness. Say so plainly rather than retrying.