# Pixel Adds various useful tools for pixel art to the Extras tab. ### Purpose This extension is used to fix asymmetrical pixels in AI-generated pixel art through downscaling. It also can be used to limit color palette and clamp grayscale values to get more stylized results. You can also use the rescale feature to get a higher resolution image (best for preview on the webui canvas). For use with this [webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) # Installation Guide Install from webui's Extensions tab. Extensions > Install from URL > Paste `https://github.com/Leodotpy/sd-pixel.git` > Install # Feature Comparison Examples | Effect | Before | After | |---------|--------|-------| | Downscale | ![](examples/before-downscale2.png) | ![](examples/after-downscale2.png) | | Color Palette Limit | ![](examples/before-palette.png) | ![](examples/after-palette.png) | | Gray Limit | ![](examples/before-gray.png) | ![bad apple](examples/after-gray.png) | # Credits * Thanks AUTOMATIC1111 for an awesome sd webui