From 8c45a5ee84f14505a2235f3417a1559e633c6129 Mon Sep 17 00:00:00 2001 From: dafeng012 <111509125+dafeng012@users.noreply.github.com> Date: Sun, 3 Nov 2024 02:19:28 +0800 Subject: [PATCH] Update custom-node-list.json (#1207) This extension integrates ebsynth_utility into comfyui, and I've written some of my own nodes for secondary use --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1eaa58b2..69bd5e8e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16611,6 +16611,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "dafeng012", + "title": "comfyui-imgmake", + "reference": "https://github.com/dafeng012/comfyui-imgmake", + "files": [ + "https://github.com/dafeng012/comfyui-imgmake" + ], + "install_type": "git-clone", + "description": "This extension integrates ebsynth_utility into comfyui, and I've written some of my own nodes for secondary use." } ] }