From 0e47e1e45e0a65289995b5275e5083969cc42f7c Mon Sep 17 00:00:00 2001 From: Flibens <195953152+Flibens@users.noreply.github.com> Date: Tue, 17 Feb 2026 14:25:08 -0600 Subject: [PATCH] Add ComfyUI Image Browser by Flibens 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 ee05c49c..fbed1b28 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43507,6 +43507,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." } ] }