From c4b45129bdcf5f3db701dc5d9a46d7f4a60e4d41 Mon Sep 17 00:00:00 2001 From: mengqin Date: Sun, 31 Aug 2025 14:53:35 -0700 Subject: [PATCH] Update DB. (#2118) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index ee98579c..6fe34b52 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -32449,6 +32449,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "mengqin", + "title": "Unet Bnb Model Loader", + "reference": "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader", + "files": [ + "https://github.com/mengqin/ComfyUI-UnetBnbModelLoader" + ], + "install_type": "git-clone", + "description": "A general comfyui model loading plugin that supports loading unet models quantized in bnb-4bit (nf4 and fp4) format" } ] }