
This workflow turns a single text prompt into a finished image by calling Ideogram’s P-Image model through ComfyUI. It assembles your request with BuildJsonPromptIdeogram, sends it to the IdeogramPImage node (the API caller for the P-Image model), and returns the generated image for immediate viewing and export. You get simple controls for quality level and resolution so you can balance fidelity, speed, and cost per render.
PreviewAny provides live feedback at two key points: you can inspect the structured JSON payload before it’s sent, and you can review the returned image. CreateBoundingBoxes adds optional composition guides in the preview to help you plan framing or safe areas—useful when iterating on layouts—without constraining the actual generation. When you’re happy with the output, SaveImageAdvanced writes images to disk with flexible file naming, making it easy to archive versions and run batch iterations for design reviews or A/B testing.
FAQ














