From 9815934efa0ebfcfdec1421d9d8b40ba4941bb31 Mon Sep 17 00:00:00 2001 From: Nikolay Kuznetsov Date: Wed, 6 Nov 2024 12:32:58 +0000 Subject: [PATCH] Add Recraft AI custom nodes into custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d1a00a4b..397c9eab 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16808,6 +16808,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." } ] }