From 33892cf8f25dffe7c10f3bdbd2edffa9e52fba99 Mon Sep 17 00:00:00 2001 From: unicough Date: Wed, 30 Apr 2025 22:00:09 -0700 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1339719d..06e8edd2 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25239,6 +25239,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "unicough", + "title": "OpenAI Image API with gpt-image-1", + "id": "comfy_openai_image_api", + "reference": "https://github.com/unicough/comfy_openai_image_api", + "files": [ + "https://github.com/unicough/comfy_openai_image_api" + ], + "install_type": "git-clone", + "description": "This custom node uses OpenAI Image API to generate image (if no input image is provided) or edit image (if input image is provided) with the latest gpt-image-1 model. To use it, you will need to provide your OpenAI API key. This makes the node to be friendly for situations where ComfyUi serves as API server, because you don't have to login like the official OpenAI GPT Image 1 node does." } ] }