Nodes/comfyui-timesaver/TS Ideogram Designer
ComfyUI Node

TS Ideogram Designer

Визуальный редактор JSON-промтов для Ideogram 4: расставьте текстовые/объектные блоки, выберите шрифты и стиль — на выходе валидный Ideogram-4 капшен (STRING) + размеры width/height (INT), рассчитанные из соотношения сторон и мегапикселей.

By AlexYez·Created 2 years ago·Updated 3 days ago· 11
TS Ideogram Designer
  • image
  • json_prompt
  • width
  • height
design_json
modedesigner
auto_prompt
auto_caption
auto_seed0
CategoryTS/Ideogram

Inputs (6)

NameTypeDefaultDescription
design_jsonSTRINGSerialized editor state, managed by the node UI. Converted into the Ideogram 4 caption on execution.
modeSTRINGdesignerUI mode, managed by the node: 'designer' builds the caption from the visual editor, 'auto' generates it from auto_prompt with the connected clip.
auto_promptSTRINGPlain-text idea for Auto mode. The connected clip's LLM turns it into a structured Ideogram 4 JSON caption.
auto_captionSTRINGLast 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_seedINT00–2147483647Sampling seed for Auto mode. The Generate button bumps it so a fresh caption is produced on the next run.
imageoptIMAGEOptional reference underlay: its first frame is cached so the editor can trace text over it. Does not affect the caption.

Outputs (3)

NameTypeDescription
json_promptSTRINGIdeogram 4 caption built from the design.
widthINTOutput width in pixels, derived from the design's aspect ratio and megapixels.
heightINTOutput height in pixels, derived from the design's aspect ratio and megapixels.