From a7f6448f0978035fef808bb376eaa161705b121c Mon Sep 17 00:00:00 2001 From: Samwise Wang Date: Sat, 6 Jan 2024 23:39:41 +0800 Subject: [PATCH] update db add ComfyUI-Profiler --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f4955baa..c107cb87 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4371,6 +4371,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "tzwm", + "title": "ComfyUI Profiler", + "reference": "https://github.com/tzwm/comfyui-profiler", + "files": [ + "https://github.com/tzwm/comfyui-profiler" + ], + "install_type": "git-clone", + "description": "Calculate the execution time of all nodes." } ] }