OpenAI DALL·E 3 - ComfyUI Native Node Documentation
Node for generating high-quality images using OpenAI’s DALL·E 3 model
This node connects to OpenAI’s DALL·E 3 API, allowing users to generate high-quality images through detailed text prompts. DALL·E 3 is OpenAI’s image generation model that offers significantly improved image quality, more accurate prompt understanding, and better detail rendering compared to previous versions.
Parameters
Input Parameters
Parameter | Type | Default | Description |
---|---|---|---|
prompt | string | "" | Detailed text prompt describing what to generate |
seed | integer | 0 | Final result is not related to seed, this parameter only determines whether to re-execute |
quality | selection | ”standard” | Image quality, options: “standard” or “hd” |
style | selection | ”natural” | Visual style, options: “natural” or “vivid”. “Vivid” makes the model tend to create more surreal and dramatic images, while “natural” generates more realistic, less surreal images |
size | selection | ”1024x1024” | Output image size, options: “1024x1024”, “1024x1792”, or “1792x1024” |
Output Parameters
Output | Type | Description |
---|---|---|
IMAGE | image | The generated image result |
Source Code
[Node source code (Updated on 2025-05-03)]