From 765514a33fea4c327a9491abc79eca0b8bfbc41a Mon Sep 17 00:00:00 2001 From: Sander Date: Sat, 12 Apr 2025 08:17:50 +0200 Subject: [PATCH] Added ComfyUI-api-tools (#1733) Custom node for to add some extra api endpoints, including prometheus monitoring --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index a70b8d7f..aece9386 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -23605,7 +23605,17 @@ "install_type": "git-clone", "description": "This node package contains automatic sampler setting according to model name in ComfyUI, adjusting image size according to specific constraints and some other nodes." }, - + { + "author": "brantje", + "title": "ComfyUI-api-tools", + "id": "comfyui_api_tools", + "reference": "https://github.com/brantje/ComfyUI-api-tools", + "files": [ + "https://github.com/brantje/ComfyUI-api-tools" + ], + "install_type": "git-clone", + "description": "Adds extra API functionallity and prometheus endpoint" + },