🐳局部像素化:
The PartialPixelize node is designed to selectively apply a pixelation effect to specific areas of an image, controlled by a mask. This node is particularly useful for artists who want to create a pixelated effect on certain parts of an image while leaving other areas untouched. By using a mask, you can define which parts of the image should be pixelated, allowing for creative control over the final output. This node is beneficial for creating artistic effects, emphasizing certain areas of an image, or even for privacy purposes by obscuring parts of an image. The PartialPixelize node provides a flexible and powerful way to manipulate images, making it an essential tool for AI artists looking to add unique pixelation effects to their work.
🐳局部像素化 Input Parameters:
图像
This parameter represents the input image that you want to apply the pixelation effect to. It is the base image that will be processed by the node.
遮罩
The mask parameter is used to control which areas of the image will be pixelated. It acts as a guide, where the pixelation effect is applied to the areas defined by the mask.
像素大小
This integer parameter determines the size of the pixels in the pixelated areas. A larger value results in larger, more pronounced pixels, while a smaller value creates finer pixelation. The default value is 8, with a minimum of 1 and a maximum of 64.
混合强度
This float parameter controls the intensity of the blending between the pixelated and non-pixelated areas. A value of 1.0 means full pixelation, while a value closer to 0.0 results in a more subtle effect. The default value is 1.0, with a range from 0.0 to 1.0.
羽化半径
The feather radius is an integer parameter that determines the softness of the transition between pixelated and non-pixelated areas. A higher value results in a smoother transition. The default is 0, with a range from 0 to 100.
混合模式
This parameter offers different blending modes such as "正常" (Normal), "叠加" (Overlay), "柔光" (Soft Light), and "强光" (Hard Light). Each mode affects how the pixelated areas blend with the original image.
反转遮罩
A boolean parameter that, when enabled, inverts the mask, applying the pixelation effect to the areas that were originally unmasked. The default value is False.
保持颜色
This boolean parameter, when enabled, preserves the original colors of the image in the pixelated areas, rather than averaging them. The default value is False.
🐳局部像素化 Output Parameters:
图像
The output is the processed image with the pixelation effect applied according to the specified mask and parameters. This image reflects the creative adjustments made using the node, showcasing the selective pixelation effect.
🐳局部像素化 Usage Tips:
- Use a high contrast mask to clearly define the areas you want to pixelate, ensuring precise control over the effect.
- Experiment with different pixel sizes and blending modes to achieve unique artistic effects that suit your creative vision.
- Adjust the feather radius to create smooth transitions between pixelated and non-pixelated areas, enhancing the overall aesthetic of the image.
🐳局部像素化 Common Errors and Solutions:
Mask size mismatch
- Explanation: The mask provided does not match the dimensions of the input image.
- Solution: Ensure that the mask is the same size as the input image to correctly apply the pixelation effect.
Invalid pixel size
- Explanation: The pixel size is set outside the allowed range.
- Solution: Adjust the pixel size to be within the range of 1 to 64 to ensure proper functionality.
Unsupported blending mode
- Explanation: A blending mode not supported by the node is selected.
- Solution: Choose from the available blending modes: "正常", "叠加", "柔光", or "强光".
