🍒Whitening_👧🏻牛奶肌:
The Whitening_Node is designed to enhance the appearance of skin tones in images by intelligently applying a whitening effect. This node analyzes the skin tone and brightness levels of an image to determine the optimal whitening strength, ensuring a natural and aesthetically pleasing result. It dynamically adjusts the whitening effect based on the detected skin tone and brightness, providing a tailored enhancement that preserves the natural look of the image. The node is particularly beneficial for AI artists looking to refine portraits or images where skin tone plays a crucial role, offering a balance between enhancement and authenticity.
🍒Whitening_👧🏻牛奶肌 Input Parameters:
image
This parameter represents the input image that you want to process. It is the primary source on which the whitening effect will be applied. The image should be in a compatible format for processing within the node.
auto_whitening
This boolean parameter determines whether the node should automatically detect and apply the optimal whitening strength based on the image's skin tone analysis. When set to True, the node will analyze the image and adjust the whitening strength accordingly. The default value is True.
whitening_strength
This integer parameter allows you to manually set the whitening strength if auto_whitening is disabled. It controls the intensity of the whitening effect applied to the image. The value ranges from 0 to 100, with a default of 50, where 0 means no whitening and 100 means maximum whitening.
Translucent_skin
This integer parameter adjusts the translucency effect on the skin, providing a subtle enhancement to the skin's appearance. It ranges from 0 to 20, with a default value of 10. A higher value increases the translucency effect, giving the skin a more delicate and refined look.
🍒Whitening_👧🏻牛奶肌 Output Parameters:
whitened_image
This output parameter is the processed image with the applied whitening effect. It reflects the adjustments made based on the input parameters and the node's internal analysis, providing a refined image with enhanced skin tones.
🍒Whitening_👧🏻牛奶肌 Usage Tips:
- For a natural look, enable
auto_whiteningto let the node automatically determine the best whitening strength based on the image's characteristics. - Adjust the
Translucent_skinparameter to fine-tune the skin's appearance, especially if you want to achieve a more delicate and refined look. - Use manual
whitening_strengthadjustments when you have specific requirements for the whitening effect intensity.
🍒Whitening_👧🏻牛奶肌 Common Errors and Solutions:
Image is None
- Explanation: This error occurs when the input image is not provided or is invalid.
- Solution: Ensure that a valid image is supplied to the node before execution.
Invalid whitening_strength value
- Explanation: This error arises when the
whitening_strengthis set outside the allowed range of 0 to 100. - Solution: Adjust the
whitening_strengthparameter to be within the valid range.
Invalid Translucent_skin value
- Explanation: This error occurs when the
Translucent_skinparameter is set outside the range of 0 to 20. - Solution: Ensure that the
Translucent_skinvalue is within the specified range to avoid processing errors.
