From eabd5ed9cd1cac90894d6aed33ee36a146d0f0cb Mon Sep 17 00:00:00 2001 From: Nichlas Schipper <43421445+nic-schi@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:02:29 +0100 Subject: [PATCH] Added entry for ComfyUI-OpenImage to custom node list (#2653) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 11aecc97..c355ce1c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -44129,6 +44129,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." } ] }