From d585c5c759c18b479dbbb5be4acd069c0bdb01d9 Mon Sep 17 00:00:00 2001 From: magicwang1111 Date: Thu, 23 Apr 2026 14:51:22 +0800 Subject: [PATCH 1/2] Register ComfyUI-GPT-image --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b2d55f09..2c2ef95b 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46467,6 +46467,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "magicwang1111", + "title": "ComfyUI-GPT-image (OpenAI/Relay)", + "id": "comfyui-gpt-image-openai-relay", + "reference": "https://github.com/magicwang1111/ComfyUI-GPT-image", + "files": [ + "https://github.com/magicwang1111/ComfyUI-GPT-image" + ], + "install_type": "git-clone", + "description": "ComfyUI custom nodes for OpenAI GPT Image generation and editing, with support for both the official OpenAI API and OpenAI-compatible relay endpoints." } ] } From b687de8f54b81e1d1d71fabf8a61b5ac6ef4b21c Mon Sep 17 00:00:00 2001 From: magicwang1111 Date: Thu, 23 Apr 2026 14:57:24 +0800 Subject: [PATCH 2/2] Refine ComfyUI-GPT-image description --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 2c2ef95b..851cef54 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46477,7 +46477,7 @@ "https://github.com/magicwang1111/ComfyUI-GPT-image" ], "install_type": "git-clone", - "description": "ComfyUI custom nodes for OpenAI GPT Image generation and editing, with support for both the official OpenAI API and OpenAI-compatible relay endpoints." + "description": "Generate and edit images in ComfyUI with OpenAI GPT Image models. Includes dedicated Generate and Edit nodes, multi-image reference input, size presets, and support for both the official OpenAI API and OpenAI-compatible relay endpoints." } ] }