From b9c667cdcc4b0f8c142baabfb355446784cab683 Mon Sep 17 00:00:00 2001 From: Xrvk Date: Sun, 18 Aug 2024 06:51:45 +0300 Subject: [PATCH] Add eesahesNodes (InstantX's Flux union ControlNet loader and implementation) (#977) --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index d66cce19..4c2c6dc9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13587,6 +13587,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "eesahe", + "title": "ComfyUI-eesahesNodes", + "reference": "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes", + "files": [ + "https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes" + ], + "install_type": "git-clone", + "description": "InstantX's Flux union ControlNet loader and implementation" + }, ] }