This node creates a style configuration object that guides Recraft’s image generation process towards a digital illustration look.

Parameters

Basic Parameters

ParameterTypeDefaultDescription
substyleselectNoneSpecific substyle of digital illustration

Output

OutputTypeDescription
recraft_styleRecraft StyleStyle config object to connect to Recraft generation nodes

Usage Example

Recraft Text to Image Workflow Example

Recraft Text to Image Workflow Example

Source Code

[Node source code (Updated on 2025-05-03)]

class RecraftStyleV3DigitalIllustrationNode(RecraftStyleV3RealisticImageNode):
    """
    Select digital_illustration style and optional substyle.
    """

    RECRAFT_STYLE = RecraftStyleV3.digital_illustration