Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automatic1111/stable-diffusion-webui-pixelization
stable-diffusion-webui-pixelization
https://github.com/automatic1111/stable-diffusion-webui-pixelization
Last synced: 6 days ago
JSON representation
stable-diffusion-webui-pixelization
- Host: GitHub
- URL: https://github.com/automatic1111/stable-diffusion-webui-pixelization
- Owner: AUTOMATIC1111
- License: mit
- Created: 2023-01-23T10:57:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-07T15:48:44.000Z (7 months ago)
- Last Synced: 2025-01-11T11:07:31.965Z (13 days ago)
- Language: Python
- Size: 491 KB
- Stars: 586
- Watchers: 16
- Forks: 82
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixelization
Extension for web ui that pixelizes pictures.
![](preview.png)
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.
Alternatively, there exists a third party link with models, in case you're having truble downloading them from the official source: https://pixeldrain.com/u/QfmACJAG
# Credits
* Original repo: https://github.com/WuZongWei6/Pixelization
* Code I used for reference: https://github.com/arenatemp/pixelization_inference