From a3c0ed8113134c7006fc1985d2f832f3781e09e4 Mon Sep 17 00:00:00 2001 From: matrix Date: Thu, 21 Nov 2024 20:05:30 +0800 Subject: [PATCH] add ComfyUI-HaiperAI-API custom node to the list (#1256) --- 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 48c2c010..351a3c3c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -17428,6 +17428,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." + }, ] }