ComfyUI Node
(Deno) LTX Prompt Guide
DENO Custom Nodes vunknown. The DENO info button checks Comfy Registry and marks this node when an update is available. Combines CLIP text encoding and LTXV frame-rate conditioning into one LTX prompt node. The UI estimates quoted dialogue duration for planning only. YouTube: https://www.youtube.com/@Denoise-AI
(Deno) LTX Prompt Guide
- clip
- positive
- negative
- frame_rate
◄positive_prompt"안녕하세요 만나서 반갑습니다"►
◄languageAuto►
◄frame_rate25►
◄show_negative_promptfalse►
◄negative_prompt►
CategoryDeno/LTX
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| clip | CLIP | LTX text encoder/CLIP used to encode the prompts. | |
| positive_prompt | STRING | "안녕하세요 만나서 반갑습니다" | Main editable LTX prompt text. |
| language | COMBO | Auto | Language used only for the dialogue-duration estimate, not translation. |
| frame_rate | INT | 251–1000 | Frame-rate value added to the LTX conditioning and returned for downstream timing. |
| show_negative_prompt | BOOLEAN | false | Saved Show/Hide state for the negative prompt area. |
| negative_prompt | STRING | Editable negative prompt text. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| positive | CONDITIONING | Encoded positive conditioning with LTX frame-rate metadata. |
| negative | CONDITIONING | Encoded negative conditioning with LTX frame-rate metadata. |
| frame_rate | INT | Frame-rate integer passthrough for downstream timing nodes. |