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.
This is a custom node for ComfyUI that allows you to use the Recraft AI API. 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. It's also possible to set up brand colors. As of today, it is SOTA in image generation, proven by Hugging Face’s industry-leading Text-to-Image Benchmark by Artificial Analysis.
Before using this node, you need to have a Recraft AI API key. To generate a key, log in to Recraft, and enter API page and hit 'Generate' (available only if your API units balance is above zero).
Navigate to the ComfyUI/custom_nodes
directory.
Clone this repository: git clone https://github.com/recraft-ai/ComfyUI-RecraftAI.git
The files should be located as ComfyUI/custom_nodes/ComfyUI-RecraftAI/*
, where *
represents all the files in this repo.
Install the dependencies:
.\python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-RecraftAI\requirements.txt
cd ComfyUI-RecraftAI && pip install -r requirements.txt
If you don't want to expose your key, you can add it into the config.ini
file and keep it empty in the node.
Start ComfyUI and enjoy using the Recraft AI API node!
This node is used to create a Recraft AI client.
This node is used to generate an image given a text prompt.
For more information about the Recraft AI API, follow the documentation.
For pricing, follow Recraft AI Pricing.