Recraft Controls - ComfyUI Native Node Documentation
Node providing advanced control parameters for Recraft image generation
The Recraft Controls node lets you define control parameters (like colors and background colors) to guide Recraft’s image generation process. This node combines multiple control inputs into a unified control object.
Parameters
Optional Parameters
Parameter | Type | Description |
---|---|---|
colors | Recraft Color | Color controls for image generation |
background_color | Recraft Color | Background color control |
Output
Output | Type | Description |
---|---|---|
recraft_controls | Recraft Controls | Control config object for Recraft generation nodes |
Usage Example
Recraft Text to Image Workflow Example
Recraft Text to Image Workflow Example
How It Works
Node process:
- Collects input control parameters (colors and background_color)
- Combines these parameters into a structured control object
- Outputs this control object for connecting to Recraft generation nodes
When connected to Recraft generation nodes, these control parameters influence the AI generation process. The AI considers multiple factors beyond just the text prompt’s semantic content. If color inputs are configured, the AI will try to use these colors appropriately in the generated image.
Source Code
[Node source code (Updated on 2025-05-03)]