From e775fe78cadc5c77c020606da4da7497f7ec72c5 Mon Sep 17 00:00:00 2001 From: kappa54 <64842030+kappa54m@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:50:00 +0900 Subject: [PATCH] Add ComfyUI_Usability to custom-node-list.json (#938) --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 46196922..67b5d16f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12910,6 +12910,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "kappa54", + "title": "ComfyUI Usability", + "id": "comfyui_usability", + "reference": "https://github.com/kappa54m/ComfyUI_Usability", + "files": [ + "https://github.com/kappa54m/ComfyUI_Usability" + ], + "pip": ["watchdog"], + "install_type": "git-clone", + "description": "Custom nodes intended to improve usability." } ] }