From 8c1f828c1fced9766bfbf0660e32eac4b3a2a6b3 Mon Sep 17 00:00:00 2001 From: Oliver Crosby <42810349+OliverCrosby@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:20:17 -0400 Subject: [PATCH] add minimap entry to custom-node-list.json (#974) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 404ceb38..ad18e93f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13548,6 +13548,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "OliverCrosby", + "title": "ComfyUI Minimap", + "id": "minimap", + "reference": "https://github.com/OliverCrosby/Comfyui-Minimap", + "files": [ + "https://github.com/OliverCrosby/Comfyui-Minimap" + ], + "install_type": "git-clone", + "description": "A simple minimap in the bottom-right of the window showing the full workflow, left click to navigate" } ] }