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
The Magnific Image Skin Enhancer node applies specialized AI processing to portrait images to improve skin appearance. It offers three distinct modes for different enhancement goals: creative for artistic effects, faithful for preserving the original look, and flexible for targeted improvements like lighting or realism. The node uploads the image to an external API for processing and returns the enhanced result.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The portrait image to enhance.
sharpenINTNo0 to 100Sharpening intensity level (default: 0).
smart_grainINTNo0 to 100Smart grain intensity level (default: 2).
modeCOMBOYes"creative"
"faithful"
"flexible"
The processing mode to use. "creative" is for artistic enhancement, "faithful" for preserving the original appearance, and "flexible" for targeted optimization.
skin_detailINTNo0 to 100Skin detail enhancement level. This input is only available and required when the mode is set to "faithful" (default: 80).
optimized_forCOMBONo"enhance_skin"
"improve_lighting"
"enhance_everything"
"transform_to_real"
"no_make_up"
Enhancement optimization target. This input is only available and required when the mode is set to "flexible".
Constraints:
  • The node accepts exactly one input image.
  • The input image must have a minimum height and width of 160 pixels.
  • The skin_detail parameter is only active when mode is set to "faithful".
  • The optimized_for parameter is only active when mode is set to "flexible".

Outputs

Output NameData TypeDescription
imageIMAGEThe enhanced portrait image.