OpenAI DALL·E 3 is part of the ComfyUI API Nodes series, allowing users to generate images through OpenAI’s DALL·E 3 model. This node supports text-to-image generation functionality.

Node Overview

DALL·E 3 is OpenAI’s latest image generation model, capable of creating detailed and high-quality images based on text prompts. Through this node in ComfyUI, you can directly access DALL·E 3’s generation capabilities without leaving the ComfyUI interface.

The OpenAI DALL·E 3 node generates images synchronously through OpenAI’s image generation API. It receives text prompts and returns images that match the description.

Prerequisites

Before using this node, you need:

  1. A logged-in Comfy Org account
  2. Sufficient credit balance in your account

If you haven’t set this up yet, please refer to:

Parameter Details

Required Parameters

ParameterTypeDescription
promptTextText prompt for generating images. Supports multi-line input, can describe in detail the image content you want to generate.

Widget Parameters

ParameterTypeOptionsDefault ValueDescription
seedInteger0-21474836470Random seed used to control the generation result
qualityOptionstandard, hdstandardImage quality setting. The “hd” option generates higher quality images but may require more computational resources
styleOptionnatural, vividnaturalImage style. “Vivid” tends to generate hyperrealistic and dramatic images, while “natural” produces more natural, less exaggerated images
sizeOption1024x1024, 1024x1792, 1792x10241024x1024Size of the generated image. You can choose square or rectangular images in different orientations

Usage Examples

You can download the image below and drag it into ComfyUI to load the corresponding workflow

Since the corresponding workflow is very simple, you can also directly add the OpenAI DALL·E 3 node in ComfyUI, input the description of the image you want to generate, and then run the workflow

  1. Add the OpenAI DALL·E 3 node in ComfyUI
  2. Enter the description of the image you want to generate in the prompt text box
  3. Adjust optional parameters as needed (quality, style, size, etc.)
  4. Run the workflow to generate the image