add-ModelQuantizer to custom node list

This commit is contained in:
yogotatara3 2025-05-08 10:54:30 +02:00
parent f7e930c5a2
commit 76d07885b1

View File

@ -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."
}
]
}