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
Generates images synchronously via OpenAI’s DALL·E 3 endpoint. This node takes a text prompt and creates corresponding images using OpenAI’s DALL·E 3 model, allowing you to specify image quality, style, and dimensions.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYes-Text prompt for DALL·E (default: "")
seedINTNo0 to 2147483647not implemented yet in backend (default: 0)
qualityCOMBONo”standard"
"hd”
Image quality (default: “standard”)
styleCOMBONo”natural"
"vivid”
Vivid causes the model to lean towards generating hyper-real and dramatic images. Natural causes the model to produce more natural, less hyper-real looking images. (default: “natural”)
sizeCOMBONo”1024x1024"
"1024x1792"
"1792x1024”
Image size (default: “1024x1024”)

Outputs

Output NameData TypeDescription
IMAGEIMAGEThe generated image from DALL·E 3