Parameters
Basic Parameters
Output
Usage Example
Recraft Text to Image Workflow Example
Recraft Text to Image Workflow Example
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A helper node for setting digital illustration style in Recraft image generation
| Parameter | Type | Default | Description |
|---|---|---|---|
| substyle | select | None | Specific substyle of digital illustration |
| Output | Type | Description |
|---|---|---|
| recraft_style | Recraft Style | Style config object to connect to Recraft generation nodes |
class RecraftStyleV3DigitalIllustrationNode(RecraftStyleV3RealisticImageNode):
"""
Select digital_illustration style and optional substyle.
"""
RECRAFT_STYLE = RecraftStyleV3.digital_illustration
Was this page helpful?