dimtoneff / ComfyUI-PixelArt-Detector

Generate, downscale, change palletes and restore pixel art images with SDXL.
MIT License
174 stars 10 forks source link

Ordered dithering? #11

Closed tsone closed 9 months ago

tsone commented 9 months ago

Thanks for these nodes. Really useful for pixel art workflows.

Any plans for ordered dithering? With it one could get that Game Boy camera look etc. I have some Bayer dithering code I could contribute, and I'm thinking adding it to the palette converter node. The spread for the Bayer matrix effect would be adjustable to tune the effect.

tsone commented 9 months ago

See https://github.com/comfyanonymous/ComfyUI/pull/1874

dimtoneff commented 9 months ago

I'll check it out :)

dimtoneff commented 9 months ago

@tsone added dithering, please check out Version 1.5 if dithering looks as expected.

tsone commented 9 months ago

Thanks! I also implemented dithering but in a modular way. See PR https://github.com/dimtoneff/ComfyUI-PixelArt-Detector/pull/12