Visit ComfyUI Online for ready-to-use ComfyUI environment
Enhance pixel art with ordered dither patterns for textured, detailed retro effects.
The PixelArtAddDitherPattern
node is designed to enhance your pixel art images by adding an ordered dither pattern. Dithering is a technique used to create the illusion of color depth in images with a limited color palette. This node allows you to apply different types of dither patterns, such as Bayer and halftone, to your images, giving them a more textured and detailed appearance. By adjusting the pattern type, order, and amount, you can achieve various artistic effects, making your pixel art more visually appealing and unique. This node is particularly useful for artists looking to add a retro or stylized look to their digital artwork.
This parameter represents the input image to which the dither pattern will be applied. It is required and should be of type IMAGE
.
This parameter allows you to select the type of dither pattern to apply. The available options are bayer
, halftone
, and none
. The default value is bayer
. Choosing bayer
will apply a Bayer matrix dither pattern, while halftone
will apply a halftone pattern. Selecting none
will not apply any dither pattern.
This parameter determines the order of the dither pattern. It is an integer value with a default of 3, and it can range from 1 to 5. The order affects the complexity and granularity of the pattern, with higher values resulting in more detailed patterns.
This parameter controls the intensity of the dither pattern applied to the image. It is a float value with a default of 0.25, and it can range from 0.0 to 1.0. A higher value will result in a more pronounced dither effect, while a lower value will produce a subtler effect.
This optional parameter allows you to provide a custom dither pattern. It should be of type MASK
. If a custom pattern is provided, it will be used instead of the predefined patterns.
The output is the processed image with the applied dither pattern. This image will have the same dimensions as the input image but with the added texture and detail from the dither pattern.
pattern_type
and pattern_order
settings to achieve various artistic effects in your pixel art.amount
parameter to fine-tune the intensity of the dither pattern, ensuring it complements your artwork without overwhelming it.custom_pattern
parameter to apply your unique design to the image.pattern_order
value is outside the allowed range of 1 to 5. - Solution: Ensure that the pattern_order
parameter is set to an integer value between 1 and 5.custom_pattern
parameter is expected but not provided.MASK
if you have selected to use a custom pattern.pattern_type
value is not one of the supported options (bayer
, halftone
, none
).pattern_type
parameter is set to one of the supported values: bayer
, halftone
, or none
.© Copyright 2024 RunComfy. All Rights Reserved.