From 891a5a85eeb1a983fcbbbf033408fbb6068734cd Mon Sep 17 00:00:00 2001 From: lum3on Date: Tue, 20 May 2025 16:32:43 +0200 Subject: [PATCH] add ModelQuantizer node to custom node list (#1806) * add-ModelQuantizer to custom node list * Update custom-node-list.json --------- Co-authored-by: yogotatara3 Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 9dd261d2..e2bb2fc0 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -26216,6 +26216,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "lum3on", + "title": "ComfyUI Model Quantizer", + "id": "ModelQuantizer", + "reference": "https://github.com/lum3on/ComfyUI-ModelQuantizer", + "files": [ + "https://github.com/lum3on/ComfyUI-ModelQuantizer" + ], + "install_type": "git-clone", + "description": "This is a node to converts models into Fp8, bf16, fp16." } ] }