From 54a041e4b88f39c2c33033f69deb5ef3bd8da02a Mon Sep 17 00:00:00 2001 From: Jianqi Pan Date: Thu, 21 Mar 2024 22:57:19 +0900 Subject: [PATCH] feat: add ComfyUI-J, Jannchie's diffusers based nodes --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 149df95..1d69c89 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -6545,6 +6545,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Jannchie", + "title": "ComfyUI-J", + "reference": "https://github.com/Jannchie/ComfyUI-J", + "files": [ + "https://github.com/Jannchie/ComfyUI-J" + ], + "install_type": "git-clone", + "description": "This is a completely different set of nodes than Comfy's own KSampler series. This set of nodes is based on Diffusers, which makes it easier to import models, apply prompts with weights, inpaint, reference only, controlnet, etc." } ] }