Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The 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

ParameterData TypeRequiredRangeDescription
promptSTRINGYes-Prompt for the image generation (default: empty string)
turboBOOLEANNo-Whether to use turbo mode (faster generation, potentially lower quality) (default: False)
aspect_ratioCOMBONo”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”)
resolutionCOMBONo”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_optionCOMBONo”AUTO"
"ON"
"OFF”
Determine if MagicPrompt should be used in generation (default: “AUTO”)
seedINTNo0-2147483647Random seed for generation (default: 0)
style_typeCOMBONo”AUTO"
"GENERAL"
"REALISTIC"
"DESIGN"
"RENDER_3D"
"ANIME”
Style type for generation (V2 only) (default: “NONE”)
negative_promptSTRINGNo-Description of what to exclude from the image (default: empty string)
num_imagesINTNo1-8Number of images to generate (default: 1)
Note: When 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 NameData TypeDescription
outputIMAGEThe generated image(s) from the Ideogram V2 model