Ideogram 4.0 Partner Node Text-to-Image Workflow
Run in Comfy Cloud
Open in Comfy Cloud
Download Workflow
Download JSON or search “Ideogram v4: Text to Image (API)” in Template Library
Example output from the Ideogram 4.0 API
Prompt Format
The Ideogram V4 node supports two prompt formats:- Natural Language — Simple and intuitive, best for quick ideas.
- Structured JSON — Offers fine-grained control over style palette, element placement (
bbox), and literal text rendering in the image. Recommended for poster-like compositions.
high_level_description— Overall scene descriptionstyle_description— Aesthetic, lighting, medium, color palettecompositional_deconstruction— Per-element bounding boxes, descriptions, and color palettes
Workflow Steps
- Download and drag the workflow file into ComfyUI
- The
Ideogram V4node already contains a default structured JSON prompt — you can modify it or write plain natural language - Click
Runor use shortcutCtrl(cmd) + Enterto generate the image - After the API returns results, view the generated image in the
Save Imagenode. Images are saved to theComfyUI/output/directory
Using the JSON Prompt Builder (Optional)
The workflow includes a built-in Gemini node (Gemini 3.1 Pro) to help you build structured JSON prompts:- Describe your idea in the Gemini node’s user prompt field
- The model will generate a schema-matching JSON prompt
- Connect the
STRINGoutput to theIdeogram V4node’spromptinput - Run the workflow
Additional Notes
- Negative prompts are not needed — The Ideogram 4.0 model uses asymmetric classifier-free guidance, where the unconditional pass drops text tokens, rather than requiring a separate negative prompt string.
- Model-assisted prompt building — Consider using the Ideogram 4 Prompt Builder (KJNodes) for visual control over prompt construction on ComfyUI.