Skip to main content
ComfyUI Native Ideogram V3 Node This node connects to the Ideogram V3 API to perform image generation tasks. Currently, this node supports two image generation modes:
  • Text-to-Image Mode - Generate new images from text prompts
  • Inpainting Mode - Regenerate specific areas by providing an original image and mask

Text-to-Image Mode

This is the default mode, activated when no image or mask inputs are provided. Simply provide a prompt and the desired parameters:
  1. Describe the image you want in the prompt field
  2. Select an appropriate aspect ratio or resolution
  3. Adjust other parameters like magic prompt, seed, and rendering quality
  4. Run the node to generate the image

Inpainting Mode

Important Note: This mode requires both image and mask inputs. If only one is provided, the node will throw an error.
  1. Connect the original image to the image input port
  2. Create a mask with the same dimensions as the original image, where white areas represent parts to be regenerated
  3. Connect the mask to the mask input port
  4. Describe what you want to generate in the masked area in the prompt
  5. Run the node to perform local editing

Parameter Descriptions

Basic Parameters

Optional Parameters

Output

How It Works

The Ideogram V3 node uses state-of-the-art AI models to process user input, capable of understanding complex design intentions and text layout requirements. It supports two main modes:
  1. Generation Mode: Creates new images from text prompts
  2. Edit Mode: Uses original image + mask combination, replacing only the areas specified by the mask

Source Code

[Node Source Code (Updated 2025-05-03)]