What problem does it solve?
Setting up the local open-weights Ideogram 4 pipeline in ComfyUI is error-prone: it requires dual conditional/unconditional UNETs with DualModelGuider, a Qwen3-VL text encoder, Flux 2 latents, and a strict structured JSON prompt format, and prompt edits to the builder node silently revert when made programmatically.
Core Features & Use Cases
- Complete workflow blueprints: Provides API-format txt2img and img2img graphs with exact node wiring, sampler settings (euler, simple scheduler, 28 steps, CFG 5, shift 5), and model download URLs.
- Structured JSON prompting: Defines the compositional deconstruction caption format with bounding boxes ([top, left, bottom, right], 0-1000) for precise text rendering and layout control in posters, covers, and graphic design.
- Programmatic prompt control: Documents the import_json + import_mode "always" workaround for driving Ideogram4PromptBuilderKJ externally, since widget edits are overwritten at queue time.
- Use Case: Ask the agent to generate a 1920x1080 film poster with a specific title and layout; it writes the JSON caption, wires the dual-model graph, and runs the render.
Quick Start
Use the ideogram-ultra skill to build a text-to-image workflow that renders a movie poster with the title "NIGHT SIGNAL" in bold retro typography.