Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipemeneses/comfy_pixelization
ComfyUI Node to pixelize images
https://github.com/filipemeneses/comfy_pixelization
Last synced: 18 days ago
JSON representation
ComfyUI Node to pixelize images
- Host: GitHub
- URL: https://github.com/filipemeneses/comfy_pixelization
- Owner: filipemeneses
- Created: 2023-06-28T23:37:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:59:16.000Z (6 months ago)
- Last Synced: 2024-10-11T10:31:46.482Z (about 1 month ago)
- Language: Python
- Size: 499 KB
- Stars: 34
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComfyUI_pixelization
ComfyUI node that pixelizes images
# Workflow preview
![](preview.png)
## Original
![](preview-original.png)
# Installation
1. Clone repository to `ComfyUI/custom_nodes/ComfyUI_pixelization`
2. Go to folder
3. Run `python ./install.py`
4. Download checkpoints to `ComfyUI/custom_nodes/ComfyUI_pixelization/checkpoints`
5. Use node `Pixelization > Pixelization` to generate pixelated image## Models
Download all three models from the table and place them into the `checkpoints` directory inside the extension at `ComfyUI/custom_nodes/ComfyUI_pixelization/checkpoints`.
| 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 |# Credits
* AUTOMATIC1111 extension: https://github.com/AUTOMATIC1111/stable-diffusion-webui-pixelization
* Original repo: https://github.com/WuZongWei6/Pixelization
* Code I used for reference: https://github.com/arenatemp/pixelization_inference