From 07a46c755e984a1bf6f2c478437dedd852e423ab Mon Sep 17 00:00:00 2001 From: nic-schi Date: Sat, 28 Feb 2026 18:52:48 +0100 Subject: [PATCH] Added entry for ComfyUI-OpenImage to custom node list --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d2159756..67a19a76 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -44047,6 +44047,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "nic-schi", + "title": "Open Images for ComfyUI", + "id": "openimage", + "reference": "https://github.com/nic-schi/ComfyUI-OpenImage", + "files": [ + "https://github.com/nic-schi/ComfyUI-OpenImage" + ], + "install_type": "git-clone", + "description": "Lets you open a generated Image in a specified application after generation." } ] }