From a728b09cf2d757fe8c7b349040c2131d62b3675e Mon Sep 17 00:00:00 2001 From: ducido Date: Mon, 26 Aug 2024 00:55:57 +0700 Subject: [PATCH] add ObjectFusion custom nodes --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index a6bc1b66..c98970b3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14034,6 +14034,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "ducido", + "title": "ObjectFusion_ComfyUI_nodes", + "id": "objectfusion-nodes", + "reference": "https://github.com/ducido/ObjectFusion_ComfyUI_nodes", + "files": [ + "https://github.com/ducido/ObjectFusion_ComfyUI_nodes" + ], + "install_type": "git-clone", + "description": "This is a node to generate new image that combine 2 objects from different scene." + } ] }