This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe Ideogram V2 node generates images using the Ideogram V2 AI model. It takes text prompts and various generation settings to create images through an API service. The node supports different aspect ratios, resolutions, and style options to customize the output images.
Inputs
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
prompt | STRING | Yes | - | Prompt for the image generation (default: empty string) |
turbo | BOOLEAN | No | - | Whether to use turbo mode (faster generation, potentially lower quality) (default: False) |
aspect_ratio | COMBO | No | ”1:1" "16:9" "9:16" "4:3" "3:4" "3:2" "2:3” | The aspect ratio for image generation. Ignored if resolution is not set to AUTO. (default: “1:1”) |
resolution | COMBO | No | ”Auto" "1024x1024" "1152x896" "896x1152" "1216x832" "832x1216" "1344x768" "768x1344" "1536x640" "640x1536” | The resolution for image generation. If not set to AUTO, this overrides the aspect_ratio setting. (default: “Auto”) |
magic_prompt_option | COMBO | No | ”AUTO" "ON" "OFF” | Determine if MagicPrompt should be used in generation (default: “AUTO”) |
seed | INT | No | 0-2147483647 | Random seed for generation (default: 0) |
style_type | COMBO | No | ”AUTO" "GENERAL" "REALISTIC" "DESIGN" "RENDER_3D" "ANIME” | Style type for generation (V2 only) (default: “NONE”) |
negative_prompt | STRING | No | - | Description of what to exclude from the image (default: empty string) |
num_images | INT | No | 1-8 | Number of images to generate (default: 1) |
resolution is not set to “Auto”, it overrides the aspect_ratio setting. The num_images parameter has a maximum limit of 8 images per generation.
Outputs
| Output Name | Data Type | Description |
|---|---|---|
output | IMAGE | The generated image(s) from the Ideogram V2 model |