Update custom-node-list.json

I just want to add my custom nodes for pixel art.
This commit is contained in:
Alex 2024-09-05 16:02:06 +03:00 committed by GitHub
parent 9f08900064
commit af19a4d6f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14521,6 +14521,17 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Custom nodes for ComfyUI to automatically send generated images to Discord channels." "description": "Custom nodes for ComfyUI to automatically send generated images to Discord channels."
},
{
"author": "GrenKain",
"title": "PixelArt Processing Nodes",
"id": "gk_pixelart",
"reference": "https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI",
"files": [
"https://github.com/GrenKain/PixelArt-Processing-Nodes-for-ComfyUI"
],
"install_type": "git-clone",
"description": "This repository provides custom nodes for ComfyUI that enable pixel art style image processing, including downscaling, upscaling, color quantization, and resolution adjustments."
} }
] ]
} }