add ModelQuantizer node to custom node list (#1806)

* add-ModelQuantizer to custom node list

* Update custom-node-list.json

---------

Co-authored-by: yogotatara3 <milan.kastenmueller@thjnk.de>
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
This commit is contained in:
lum3on 2025-05-20 16:32:43 +02:00 committed by GitHub
parent 166debfabb
commit 891a5a85ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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