From 76d07885b18adc044f651936b82055ef7993fc47 Mon Sep 17 00:00:00 2001 From: yogotatara3 Date: Thu, 8 May 2025 10:54:30 +0200 Subject: [PATCH] add-ModelQuantizer to custom node list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 0ce3e982..2d902d8f 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -25606,6 +25606,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/blob/main/nodes.py" + ], + "install_type": "unzip", + "description": "This is a node to converts models into Fp8, bf16, fp16." } ] }