From 821f908dbcf375ae378983b76d415df343c50264 Mon Sep 17 00:00:00 2001 From: unicough Date: Sat, 3 May 2025 07:12:05 -0700 Subject: [PATCH] Update custom-node-list.json (#1784) --- 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." } ] }