Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
Generates SVG synchronously based on prompt and resolution. This node creates vector illustrations by sending text prompts to the Recraft API and returns the generated SVG content.

Inputs

ParameterData TypeRequiredRangeDescription
promptSTRINGYes-Prompt for the image generation. (default: "")
substyleCOMBOYesMultiple options availableThe specific illustration style to use for generation. Options are determined by the vector illustration substyles available in RecraftStyleV3.
sizeCOMBOYesMultiple options availableThe size of the generated image. (default: 1024x1024)
nINTYes1-6The number of images to generate. (default: 1, min: 1, max: 6)
seedINTYes0-18446744073709551615Seed to determine if node should re-run; actual results are nondeterministic regardless of seed. (default: 0, min: 0, max: 18446744073709551615)
negative_promptSTRINGNo-An optional text description of undesired elements on an image. (default: "")
recraft_controlsCONTROLSNo-Optional additional controls over the generation via the Recraft Controls node.
Note: The seed parameter only controls when the node re-runs but does not make the generation results deterministic.

Outputs

Output NameData TypeDescription
SVGSVGThe generated vector illustration in SVG format