ComfyUI Node
TS Ideogram Designer
Визуальный редактор JSON-промтов для Ideogram 4: расставьте текстовые/объектные блоки, выберите шрифты и стиль — на выходе валидный Ideogram-4 капшен (STRING) + размеры width/height (INT), рассчитанные из соотношения сторон и мегапикселей.
TS Ideogram Designer
- image
- json_prompt
- width
- height
◄design_json►
◄modedesigner►
◄auto_prompt►
◄auto_caption►
◄auto_seed0►
CategoryTS/Ideogram
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| design_json | STRING | Serialized editor state, managed by the node UI. Converted into the Ideogram 4 caption on execution. | |
| mode | STRING | designer | UI mode, managed by the node: 'designer' builds the caption from the visual editor, 'auto' generates it from auto_prompt with the connected clip. |
| auto_prompt | STRING | Plain-text idea for Auto mode. The connected clip's LLM turns it into a structured Ideogram 4 JSON caption. | |
| auto_caption | STRING | Last caption produced by the Generate Prompt button (via the pack's Qwen engine). Managed by the node UI; used as the output in Auto mode. | |
| auto_seed | INT | 00–2147483647 | Sampling seed for Auto mode. The Generate button bumps it so a fresh caption is produced on the next run. |
| imageopt | IMAGE | Optional reference underlay: its first frame is cached so the editor can trace text over it. Does not affect the caption. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| json_prompt | STRING | Ideogram 4 caption built from the design. |
| width | INT | Output width in pixels, derived from the design's aspect ratio and megapixels. |
| height | INT | Output height in pixels, derived from the design's aspect ratio and megapixels. |