This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubGenerates 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
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
prompt | STRING | Yes | - | Text prompt for DALL·E (default: "") |
seed | INT | No | 0 to 2147483647 | not implemented yet in backend (default: 0) |
quality | COMBO | No | ”standard" "hd” | Image quality (default: “standard”) |
style | COMBO | No | ”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”) |
size | COMBO | No | ”1024x1024" "1024x1792" "1792x1024” | Image size (default: “1024x1024”) |
Outputs
| Output Name | Data Type | Description |
|---|---|---|
IMAGE | IMAGE | The generated image from DALL·E 3 |