From cd71e87d0e6c929d5e844da46fe78ab9080497b2 Mon Sep 17 00:00:00 2001 From: Nikolay Kuznetsov Date: Thu, 7 Nov 2024 10:02:39 +0000 Subject: [PATCH] Add Recraft AI custom nodes into custom-node-list.json (#1219) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 10e7317d..bd41694a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16809,6 +16809,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "nkrcrft", + "title": "ComfyUI-RecraftAI", + "id": "recraftai", + "reference": "https://github.com/recraft-ai/ComfyUI-RecraftAI", + "files": [ + "https://github.com/recraft-ai/ComfyUI-RecraftAI" + ], + "install_type": "git-clone", + "description": "Recraft AI official ComfyUI custom nodes. Recraft V3 (code-named red_panda) is a text-to-image model with the ability to generate long texts, images in a wide list of styles, including custom brand styles." } ] }