From b7aed788709698b8423ef89c79bdcd157adbfb66 Mon Sep 17 00:00:00 2001 From: dafeng012 <111509125+dafeng012@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:24:55 +0800 Subject: [PATCH] Update custom-node-list.json 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 4dfce62d..5dd152ac 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -16601,6 +16601,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." } ] }