Added ComfyUI-api-tools (#1733)

Custom node for to add some extra api endpoints, including prometheus monitoring
This commit is contained in:
Sander 2025-04-12 08:17:50 +02:00 committed by GitHub
parent e2cdcc96c4
commit 765514a33f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},