add Mosaica extension to custom-node-list.json (#725)

* add Mosaica to custom node list.

* change install type of Mosaica.
This commit is contained in:
Mason McGough 2024-05-29 07:08:05 -04:00 committed by GitHub
parent 5b33519fad
commit e6c3ae0e20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
]
}