From ac6c0e7c1e6886cb72f6845e1e92342c9d45c2a9 Mon Sep 17 00:00:00 2001 From: Ewald <129623145+MajoorWaldi@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:47:30 +0100 Subject: [PATCH] Add Majoor Assets Manager Extension to custom-node-list Fast asset browser for ComfyUI outputs with ratings/tags stored in native OS metadata (and optional sidecars). Majoor Assets Manager is a UI extension (no custom nodes) to browse, inspect, and organize images, videos.... without leaving ComfyUI. --- custom-node-list.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 5ad89fd6..d6acfa4d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39298,6 +39298,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "MajoorWaldi", + "title": "Majoor Assets Manager", + "id": "ComfyUI-Majoor-AssetsManager", + "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager", + "files": [ + "https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager" + ], + "install_type": "git-clone", + "description": "An advanced Assets manager for ComfyUI outputs with gallery, metadata inspection, ratings, and tags.", + "tags": ["Assets manager", "gallery", "metadata", "workflow", "utility","comfy","manager"] + } ] }