From 6e8b67bc95ddd72125e8141520f04f5ab2f5fb48 Mon Sep 17 00:00:00 2001 From: Scorpinaus <85672737+Scorpinaus@users.noreply.github.com> Date: Tue, 4 Jun 2024 21:59:21 +0800 Subject: [PATCH] Updated custom-node-list.json (#740) --- custom-node-list.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f56bb72e..e1db2770 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9869,18 +9869,17 @@ "description": "This custom nodes enables Stable Projectorz to work with ComfyUI Directly." }, - - - - - - - - - - - - + { + "author": "Scorpinaus", + "title": "Loaders for Diffusers-format checkpoints", + "id": "diffusersloader", + "reference": "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader", + "files": [ + "https://github.com/Scorpinaus/ComfyUI-DiffusersLoader" + ], + "install_type": "git-clone", + "description": "This node pack allows loading of CLIP, MODEL, VAE aspects for both SD1.5 and SDXL checkpoints that is converted to diffusers format." + }, { "author": "Ser-Hilary",