This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe 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
| Parameter | Data Type | Required | Range | Description |
|---|---|---|---|---|
image | IMAGE | Yes | - | The portrait image to enhance. |
sharpen | INT | No | 0 to 100 | Sharpening intensity level (default: 0). |
smart_grain | INT | No | 0 to 100 | Smart grain intensity level (default: 2). |
mode | COMBO | Yes | "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_detail | INT | No | 0 to 100 | Skin detail enhancement level. This input is only available and required when the mode is set to "faithful" (default: 80). |
optimized_for | COMBO | No | "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". |
- The node accepts exactly one input image.
- The input image must have a minimum height and width of 160 pixels.
- The
skin_detailparameter is only active whenmodeis set to"faithful". - The
optimized_forparameter is only active whenmodeis set to"flexible".
Outputs
| Output Name | Data Type | Description |
|---|---|---|
image | IMAGE | The enhanced portrait image. |