From 1d9c38c2130015ec08050adcee0c8f2b283d47f4 Mon Sep 17 00:00:00 2001 From: Mason McGough Date: Tue, 28 May 2024 20:40:04 -0400 Subject: [PATCH] add Mosaica to custom node list. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 20c5a398..e3ca5c71 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9920,6 +9920,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Mason-McGough", + "title": "Mosaica", + "reference": "https://github.com/Mason-McGough/ComfyUI-Mosaica", + "files": [ + "https://github.com/Mason-McGough/ComfyUI-Mosaica/raw/main/__init__.py" + ], + "install_type": "unzip", + "description": "Create colorful mosaic images in ComfyUI by computing label images and applying lookup tables." } ] }