From 8304ca062fb22483a22ae8d95417516dc010c1da Mon Sep 17 00:00:00 2001 From: matrix Date: Thu, 21 Nov 2024 17:18:45 +0800 Subject: [PATCH] add ComfyUI-HaiperAI-API custom node to the list --- 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 274ee13e..d27b5abf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17417,6 +17417,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "tuohe", + "title": "ComfyUI-HaiperAI-API", + "id": "haiperai-api", + "reference": "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API", + "files": [ + "https://github.com/Haiper-ai/ComfyUI-HaiperAI-API" + ], + "install_type": "git-clone", + "description": "Haiper API official ComfyUI custom node." + }, ] }