diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b1d19e --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Pixel +Adds various useful tools for pixel art to the Extras tab. + +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` > Install + +# Credits +* Thanks AUTOMATIC1111 for an awesome sd webui diff --git a/examples/after-downscale.png b/examples/after-downscale.png new file mode 100644 index 0000000..a14bf03 Binary files /dev/null and b/examples/after-downscale.png differ diff --git a/examples/after-downscale2.png b/examples/after-downscale2.png new file mode 100644 index 0000000..ec5f132 Binary files /dev/null and b/examples/after-downscale2.png differ diff --git a/examples/after-gray.png b/examples/after-gray.png new file mode 100644 index 0000000..fd1bb0d Binary files /dev/null and b/examples/after-gray.png differ diff --git a/examples/after-palette.png b/examples/after-palette.png new file mode 100644 index 0000000..d99599c Binary files /dev/null and b/examples/after-palette.png differ diff --git a/examples/before-downscale.png b/examples/before-downscale.png new file mode 100644 index 0000000..98405b1 Binary files /dev/null and b/examples/before-downscale.png differ diff --git a/examples/before-downscale2.png b/examples/before-downscale2.png new file mode 100644 index 0000000..149d111 Binary files /dev/null and b/examples/before-downscale2.png differ diff --git a/examples/before-gray.png b/examples/before-gray.png new file mode 100644 index 0000000..fadf25d Binary files /dev/null and b/examples/before-gray.png differ