From d81aa9cbbcb748fa48e17e4c39a336125b47bd50 Mon Sep 17 00:00:00 2001 From: Blueprint Coding <130100872+BlueprintCoding@users.noreply.github.com> Date: Mon, 17 Feb 2025 05:38:37 -0700 Subject: [PATCH] Update custom-node-list.json (#1557) Added my custom nodes: "The AI Doctors Clinical Tools" description: "MultiInt and MultiText nodes. The MultiInt node allows management of multiple int values with configurable steps, +/- buttons, drag change, & customized labels. The MultiText node offers similar functionality for string values." --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index fb3c0a40..0e8581b6 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -21348,6 +21348,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "TheAIDoctor", + "title": "The AI Doctors Clinical Tools", + "id": "AIDocCT", + "reference": "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools", + "files": [ + "https://github.com/BlueprintCoding/ComfyUI_AIDocsClinicalTools" + ], + "install_type": "git-clone", + "description": "MultiInt and MultiText nodes. The MultiInt node allows management of multiple int values with configurable steps, +/- buttons, drag change, & customized labels. The MultiText node offers similar functionality for string values." } ] }