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
This node applies the visual style from a reference image to your input image. It uses an external AI service to process the images, allowing you to control the strength of the style transfer and the preservation of the original image’s structure.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The image to apply style transfer to.
reference_imageIMAGEYes-The reference image to extract style from.
promptSTRINGNo-An optional text prompt to guide the style transfer.
style_strengthINTNo0 to 100Percentage of style strength (default: 100).
structure_strengthINTNo0 to 100Maintains the structure of the original image (default: 50).
flavorCOMBONo”faithful"
"gen_z"
"psychedelia"
"detaily"
"clear"
"donotstyle"
"donotstyle_sharp”
Style transfer flavor.
engineCOMBONo”balanced"
"definio"
"illusio"
"3d_cartoon"
"colorful_anime"
"caricature"
"real"
"super_real"
"softy”
Processing engine selection.
portrait_modeCOMBONo”disabled"
"enabled”
Enable portrait mode for facial enhancements.
portrait_styleCOMBONo”standard"
"pop"
"super_pop”
Visual style applied to portrait images. This input is only available when portrait_mode is set to “enabled”.
portrait_beautifierCOMBONo”none"
"beautify_face"
"beautify_face_max”
Facial beautification intensity on portraits. This input is only available when portrait_mode is set to “enabled”.
fixed_generationBOOLEANNo-When disabled, expect each generation to introduce a degree of randomness, leading to more diverse outcomes (default: True).
Constraints:
  • Exactly one image and one reference_image are required.
  • Both images must have an aspect ratio between 1:3 and 3:1.
  • Both images must have a minimum height and width of 160 pixels.
  • The portrait_style and portrait_beautifier parameters are only active and required when portrait_mode is set to “enabled”.

Outputs

Output NameData TypeDescription
imageIMAGEThe resulting image after style transfer has been applied.