From e6c3ae0e20e05db1ddd09ea9694ddc7f3b96ae41 Mon Sep 17 00:00:00 2001 From: Mason McGough Date: Wed, 29 May 2024 07:08:05 -0400 Subject: [PATCH] add Mosaica extension to custom-node-list.json (#725) * add Mosaica to custom node list. * change install type of Mosaica. --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d2d6d6cf..e71807c3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9941,6 +9941,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" + ], + "install_type": "git-clone", + "description": "Create colorful mosaic images in ComfyUI by computing label images and applying lookup tables." } ] }