mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 02:12:58 +08:00
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:
parent
166debfabb
commit
891a5a85ee
@ -26216,6 +26216,17 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user