From bc02161d56cf8548608bfff31c695fc583040d6f Mon Sep 17 00:00:00 2001 From: "Dr. Jusseaux" <35258413+maepopi@users.noreply.github.com> Date: Sat, 24 Aug 2024 02:39:33 +0200 Subject: [PATCH] added Diffusers-in-ComfyUI custom node (#994) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Maƫlys Jusseaux --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 04dad4c0..e4c2c5d9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13801,6 +13801,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Dr.Jusseaux", + "title": "Diffusers-in-ComfyUI", + "reference": "https://github.com/maepopi/Diffusers-in-ComfyUI", + "files": [ + "https://github.com/maepopi/Diffusers-in-ComfyUI" + ], + "install_type": "git-clone", + "description": "A collection of ComfyUI custom nodes that allow to use most Diffusers pipelines and components in Comfy(Txt2Img, Img2Img, Inpainting, LoRAS, B-LoRAS, ControlNet...)" } + ] }