From 9589f343df34a5cdf1e8292795ac0c85ed2d382a Mon Sep 17 00:00:00 2001 From: Silver <65376327+silveroxides@users.noreply.github.com> Date: Tue, 24 Sep 2024 01:54:58 +0200 Subject: [PATCH] Re-add renamed custom node repo and to correct node list (#1077) --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f500e08d..56ebb7b4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -15169,6 +15169,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "silveroxides", + "title": "Model and Checkpoint Loaders for NF4 and FP4", + "reference": "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders", + "files": [ + "https://github.com/silveroxides/ComfyUI_bnb_nf4_fp4_Loaders" + ], + "install_type": "git-clone", + "description": "Nodes for loading both Checkpoints and UNET/Diffussion models quantized to bitsandbytes NF4 or FP4 format.\nStill under development and some limitations such as using LoRA might apply still." } ] }