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 IdeogramV1 node generates images using the Ideogram V1 model through an API. It takes text prompts and various generation settings to create one or more images based on your input. The node supports different aspect ratios and generation modes to customize the output.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYes-Prompt for the image generation (default: empty)
turboBOOLEANYes-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 (default: “1:1”)
magic_prompt_optionCOMBONo”AUTO"
"ON"
"OFF”
Determine if MagicPrompt should be used in generation (default: “AUTO”)
seedINTNo0-2147483647Random seed value for generation (default: 0)
negative_promptSTRINGNo-Description of what to exclude from the image (default: empty)
num_imagesINTNo1-8Number of images to generate (default: 1)
Note: The num_images parameter has a maximum limit of 8 images per generation request.

Outputs

Output NameData TypeDescription
outputIMAGEThe generated image(s) from the Ideogram V1 model