From ddeca90708fcd05dbd81ead7927acfba1545ab19 Mon Sep 17 00:00:00 2001 From: Flibens Date: Thu, 26 Feb 2026 10:19:22 -0600 Subject: [PATCH] Add ComfyUI Image Browser by Flibens to custom node list (#2622) Co-authored-by: Flibens <195953152+Flibens@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2348feb0..d14d4a2a 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43985,6 +43985,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Flibens", + "title": "ComfyUI Image Browser", + "id": "comfyui-image-browser-flibens", + "reference": "https://github.com/Flibens/comfyui-image-browser", + "files": [ + "https://github.com/Flibens/comfyui-image-browser" + ], + "install_type": "git-clone", + "description": "Image browser extension for ComfyUI with search, favorites, metadata view, compare mode, and media support." } ] }