Detailed video-derived guide · AI Search · June 9, 2026

Ideogram 4 in ComfyUI: local image generation with layout control

Source video: “New BEST local AI image generator is here!” by AI Search. This guide turns the tutorial into a practical setup and usage playbook.

ComfyUIIdeogram 4KJ Prompt BuilderBounding boxesText renderingNon-commercial license

Goal:
Run Ideogram 4 locally/offline in ComfyUI and use its canvas/bounding-box workflow for precise image composition.
Best for:
Posters, product layouts, manga/comic panels, images with text, and scenes where object placement matters.
Key catch:
The workflow expects both prompt text and bounding boxes. A plain text-only prompt may appear blocked or fail to produce the expected result.
License note:
The Hugging Face model card lists an Ideogram non-commercial model agreement. Treat commercial use as requiring Ideogram permission/sales contact.
Quick navigation 1. What Ideogram 4 adds 2. Requirements and downloads 3. Installation steps 4. How to use the workflow 5. Bounding-box prompting pattern 6. Settings, seeds, variations, and batch size 7. Troubleshooting 8. Sources and links

1. What Ideogram 4 adds

In the video, AI Search argues that Ideogram 4 is especially strong at three things that often trip up local image models: world knowledge, text rendering, and prompt adherence. The important difference is that the recommended ComfyUI workflow does not rely only on one big text prompt. It uses a prompt-builder canvas where you draw boxes for the elements you want and describe each object or text region.

Safety boundary: The video mentions uncensored/adult-capable behavior. This guide preserves the technical setup but does not include explicit adult prompts. Use consent-based, lawful, non-harassing workflows and do not generate sexual content involving minors, real non-consenting people, or private individuals.

2. Requirements and downloads

Software

Model files confirmed from Hugging Face

The official Comfy-Org/Ideogram-4 repository currently lists these relevant files:

Choose one main Ideogram model, one matching unconditional model, one Qwen3-VL text encoder, and the Flux 2 VAE. The video uses FP8 versions; NVFP4 is smaller/more compressed if your GPU/runtime supports it.

3. Installation steps

Start with a known-good ComfyUI install

Launch ComfyUI once and confirm the browser interface loads. If you are new to ComfyUI, do not start with Ideogram 4 as your first test; first verify that ComfyUI can run a smaller default workflow.

Download the video’s workflow

The source description links a workflow file on Google Drive. Download it from the Workflow link and save it somewhere convenient, such as your main ComfyUI folder or a dedicated workflows folder.

Then drag the workflow file onto the ComfyUI browser window. Expect red/missing nodes or missing model warnings at first; the next steps resolve those.

Install or enable ComfyUI Manager

If Manager is already visible in the ComfyUI interface, open it and skip to the missing-node install. If not, follow the official ComfyUI Manager installation docs. For the Windows portable build, the docs/video emphasize launching ComfyUI with --enable-manager.

.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build --enable-manager

If your run.bat does not include --enable-manager, add it to the ComfyUI startup command, save the file, and relaunch ComfyUI.

Install missing nodes from Manager

  1. Open Manager in ComfyUI.
  2. Go to Missing Nodes.
  3. Install the nodes listed for the imported workflow.
  4. Apply changes and restart ComfyUI when prompted.

Manually install KJ Nodes if the prompt builder is still missing

The key node in the video is the KJ prompt-builder/canvas node. If it remains missing after Manager install, clone KJ Nodes directly into ComfyUI/custom_nodes:

cd ComfyUI/custom_nodes
git clone https://github.com/kijai/ComfyUI-KJNodes.git

If it is already installed but stale, update it:

cd ComfyUI/custom_nodes/ComfyUI-KJNodes
git pull

Restart ComfyUI. The missing KJ node warning should disappear, and the workflow should show a canvas where you can drag boxes.

Place the model files in the right folders

From Comfy-Org/Ideogram-4, download:

Back in ComfyUI, press R or use the refresh option so model dropdowns update, then select the matching files in the workflow. When everything is selected correctly, red model warnings should clear.

4. How to use the workflow

The workflow has three conceptual areas:

  1. Canvas/image size node: choose aspect ratio and megapixels. The video shows ratios ranging from very vertical to very wide.
  2. Ideogram prompt-builder node: enter the high-level description, background, style, aesthetics, lighting, medium, and per-object/per-text boxes.
  3. Seed/batch controls: choose fixed seed, randomized seed, and number of outputs per run.

Suggested first test

Start with a simple poster because it exercises the text and layout strengths without requiring too many objects:

Important: If you only type the high-level prompt and skip the boxes, the video reports that the workflow may return a “blocked by safety filter” style result or otherwise fail to generate the desired scene. The presenter’s fix is to draw boxes for the main subjects.

5. Bounding-box prompting pattern

Use the canvas as a layout editor. Each box should answer: what is here, what type is it, what style/color/typography should it use, and how should it relate to nearby boxes?

Objects

Text

Comics and manga

For a manga page, make each panel a box and describe its camera angle, action, mood, and any dialogue/sound effects. The video demonstrates wide establishing panels, close-ups, speech bubbles, and bottom action panels. Expect to iterate; text-heavy comic pages are still more fragile than simple posters.

6. Settings, seeds, variations, and batch size

7. Troubleshooting

“Missing node” errors

Model dropdowns are empty or red

Generation appears blocked or returns a safety-filter image

Output layout is close but not exact

Out of memory or very slow generation

8. Sources and links