Using pre-trained models, produce pixel art out of images in the extras tab.
 
Go to file
AUTOMATIC 4e5b40e9a4 use InputAccordion from 1.6.0 2023-12-30 15:59:38 +03:00
checkpoints first mk2 2023-01-23 14:33:56 +03:00
scripts use InputAccordion from 1.6.0 2023-12-30 15:59:38 +03:00
.gitignore first 2023-01-23 13:59:06 +03:00
LICENSE Initial commit 2023-01-23 13:57:21 +03:00
README.md first mk2 2023-01-23 14:33:56 +03:00
install.py make it not break BLIP 2023-01-24 20:21:32 +03:00
preview.png first mk2 2023-01-23 14:33:56 +03:00

README.md

Pixelization

Extension for web ui that pixelizes pictures.

Find the UI for pixelization in the Extras tab after installing the extension.

Installation

Download all three models from the table and place them into the checkpoints directory inside the extension.

url filename
https://drive.google.com/file/d/1VRYKQOsNlE1w1LXje3yTRU5THN2MGdMM/view?usp=sharing pixelart_vgg19.pth
https://drive.google.com/file/d/17f2rKnZOpnO9ATwRXgqLz5u5AZsyDvq_/view?usp=sharing alias_net.pth
https://drive.google.com/file/d/1i_8xL3stbLWNF4kdQJ50ZhnRFhSDh3Az/view?usp=sharing 160_net_G_A.pth

License of Pixelization seems to prevent me from reuploading models anywhere and google drive makes it impossible to download them automatically.

Credits