a/sd-webui-pixelart are referenced by many webui users, this node is mean to use it in ComfyUI.
sd-webui-pixelart are referenced by many webui users, this node is mean to use it in ComfyUI.
Downscaling Options: Multiple high-quality scaling algorithms:
auto
: Automatically selects the best methodnearest
: Best for preserving exact colorsarea
: Optimal for general downscalinglinear
: Smooth transitions but may blurcubic
: Sharper edges than linearlanczos
: High quality with edge preservationColor Processing:
Advanced Color Quantization:
auto
: Smart method selection based on image size and color countlibimagequant
: High-quality quantizationkmeans
: GPU-accelerated when available (falls back to CPU)mediancut
: Fast with good qualitymaxcoverage
: Better color distributionfastoctree
: Fastest option for large imagesmedian_cut
: Custom implementationDithering Support:
Custom Palette Support:
downscale_factor
: How much to reduce the image (1-32)scale_mode
: Choose scaling algorithmrescale_to_original
: Option to restore original sizecolor_mode
: RGB/Grayscale/BWcolors
: Number of colors in output (2-256)quantization_method
: Palette generation methoddithering
: None or Floyd-Steinberg