From a42953e3be222ceb5ddf9db18cd839614c938abe Mon Sep 17 00:00:00 2001 From: CY-CHENYUE <153368169+CY-CHENYUE@users.noreply.github.com> Date: Fri, 4 Apr 2025 05:56:03 +0800 Subject: [PATCH] Update custom-node-list.json (#1699) --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 363d7bcb..269d3f74 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -23460,6 +23460,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "CY-CHENYUE", + "title": "ComfyUI-GPT-API", + "id": "ComfyUI-GPT-API", + "reference": "https://github.com/CY-CHENYUE/ComfyUI-GPT-API, + "files": [ + "https://github.com/CY-CHENYUE/ComfyUI-GPT-API" + ], + "description": "A custom node for ComfyUI to integrate GPT API.", + "install_type": "git-clone" + } ] }