Nodes/ComfyUI-Ideogram-Autoprompter/Ideogram 4 Autoprompter
ComfyUI Node

Ideogram 4 Autoprompter

AI autoprompter for Ideogram 4's structured JSON caption format. Describe an idea (and/or drop a reference image) in the node UI and let a local vision LLM (Qwen3-VL, default) or Gemini build the full caption — background, placed elements with bboxes, descriptions, text, and color palettes. Everything remains editable on the canvas afterward. At run time the node only outputs the assembled caption JSON string (plus a preview).

By collbroGTR·Created 2 months ago·Updated 2 months ago· 39
Ideogram 4 Autoprompter
    • prompt
    • preview
    width1024
    height1024
    high_level_description
    background
    style
    aesthetics
    lighting
    medium
    style_palette_data
    elements_data
    ai_state
    CategoryIdeogram/text

    Inputs (11)

    NameTypeDefaultDescription
    widthINT102464–16384Canvas aspect width (also the pixel grid the bbox is measured in).
    heightINT102464–16384Canvas aspect height (also the pixel grid the bbox is measured in).
    high_level_descriptionSTRINGOptional one-line overview of the whole image (blank = omitted).
    backgroundSTRINGRequired scene background description.
    styleCOMBO3 options: [object Object], [object Object], [object Object]
    aestheticsSTRINGStyle descriptor (blank = omitted).
    lightingSTRINGStyle descriptor (blank = omitted).
    mediumSTRINGStyle descriptor (blank = omitted).
    style_palette_dataSTRINGSerialized style color palette from the editor (managed by the node UI).
    elements_dataSTRINGSerialized regions from the editor (managed by the node UI).
    ai_stateSTRINGSerialized autoprompter UI state (managed by the node UI; never the API key).

    Outputs (2)

    NameTypeDescription
    promptSTRING
    previewIMAGE