From 226f1f5be425d0ce42af59e05b2080b4301471f7 Mon Sep 17 00:00:00 2001 From: Erehr <13292573+Erehr@users.noreply.github.com> Date: Tue, 10 Jun 2025 00:23:53 +0200 Subject: [PATCH] Add ComfyUI-EreNodes (#1921) * Add ComfyUI-EreNodes * Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 13034a84..a949584a 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -27649,6 +27649,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Erehr", + "title": "ComfyUI-EreNodes", + "reference": "https://github.com/Erehr/ComfyUI-EreNodes", + "files": [ + "https://github.com/Erehr/ComfyUI-EreNodes" + ], + "install_type": "copy", + "description": "A collection of personal nodes mainly for prompt management." } ] }