DalleImageNodes is a custom extension for ComfyUI that integrates OpenAI's DALL·E 3 API for: Image generation, Inpainting (image editing), Image variation. This project supports the latest OpenAI Python SDK (v1.x) and automatically handles image resizing and format requirements (RGBA, fixed sizes) based on the examples from the offical Dall-E website.
DalleImageNodes is a custom extension for ComfyUI that integrates OpenAI's DALL·E 3 API for:
This project supports the latest OpenAI Python SDK (v1.x) and automatically handles image resizing and format requirements (RGBA, fixed sizes) based on the examples from the offical Dall-E website.
DalleImageNodes_async_final.py
into any folder under your ComfyUI/custom_nodes/
directory.Create a config.json
file in the same folder as the .py
node file:
{
"openAI_API_Key": "your-api-key"
}
This file is required for authentication with OpenAI's API.
AsyncOpenAI
)MIT License.