From 3490b2dc283b2bc47ab5b662cbacda19994861ac Mon Sep 17 00:00:00 2001 From: codecringebinge Date: Sat, 28 Sep 2024 23:16:57 -0700 Subject: [PATCH] Add ComfyUI-Arrow-Key-Canvas-Navigation to custom-node-list.json --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 4f7e9c6f..b4f771a8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15271,6 +15271,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "codecringebinge", + "title": "ComfyUI-Arrow-Key-Canvas-Navigation", + "id": "codecringebinge.arrow.key.canvas.navigation", + "reference": "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation", + "files": [ + "https://github.com/codecringebinge/ComfyUI-Arrow-Key-Canvas-Navigation" + ], + "install_type": "git-clone", + "description": "A ComfyUI Custom Node that enables arrow key canvas navigation with a pan speed setting." } ] }