From 8bbff96c5a71683895acb6e8577d708070cca75d Mon Sep 17 00:00:00 2001 From: Mason McGough Date: Tue, 28 May 2024 20:55:27 -0400 Subject: [PATCH] change install type of Mosaica. --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index e3ca5c71..a63188ff 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9926,9 +9926,9 @@ "title": "Mosaica", "reference": "https://github.com/Mason-McGough/ComfyUI-Mosaica", "files": [ - "https://github.com/Mason-McGough/ComfyUI-Mosaica/raw/main/__init__.py" + "https://github.com/Mason-McGough/ComfyUI-Mosaica" ], - "install_type": "unzip", + "install_type": "git-clone", "description": "Create colorful mosaic images in ComfyUI by computing label images and applying lookup tables." } ]