From 5c5eb94222d42555f250a6833b669e22319e9408 Mon Sep 17 00:00:00 2001 From: Ayberk Aksoy Date: Sun, 31 Dec 2023 00:18:25 -0500 Subject: [PATCH] Add new custom nodes for ComfyUI-nodes-hnmr --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 390ca4e3..17222d9c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -4149,6 +4149,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "CYBERLOOM-INC", + "title": "ComfyUI-nodes-hnmr", + "reference": "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr", + "files": [ + "https://github.com/CYBERLOOM-INC/ComfyUI-nodes-hnmr/tree/main" + ], + "install_type": "git-clone", + "description": "Provide various custom nodes for Latent, Sampling, Model, Loader, Image, Text. This is the fixed version of the original ComfyUI-nodes-hnmr by hnmr293." } ] }