From ca3d15766760c1fc928e89ad0fb2fa6b75da791f Mon Sep 17 00:00:00 2001 From: Ewald <129623145+MajoorWaldi@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:17:46 +0100 Subject: [PATCH] Add Majoor File Manager node to custom-node-list Added a new node for Majoor File Manager with relevant details. --- custom-node-list.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index cc4ed004..f01fac9d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38696,6 +38696,15 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "MajoorWaldi", + "title": "Majoor File Manager", + "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-FileManager", + "files": ["https://github.com/MajoorWaldi/ComfyUI-Majoor-FileManager.git"], + "install_type": "git-clone", + "description": "An advanced file manager for ComfyUI outputs with gallery, metadata inspection, ratings, and tags.", + "tags": ["file manager", "gallery", "metadata", "workflow", "utility"] + }, ] }