From ca0765ac00000946bfd6fed789452353838f1fc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Minh=20=C4=90=E1=BB=A9c?= <122498122+ducido@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:07:45 +0700 Subject: [PATCH] add ObjectFusion custom nodes (#1001) --- 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." + } ] }