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 1/5] 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"] + }, ] } From 4803491e37f6d581b94131aed2ae67363660fbd7 Mon Sep 17 00:00:00 2001 From: Ewald <129623145+MajoorWaldi@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:13:10 +0100 Subject: [PATCH 2/5] Rename and update Majoor File Manager to Asset Manager --- custom-node-list.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index f01fac9d..9ebaa6f5 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38699,12 +38699,12 @@ }, { "author": "MajoorWaldi", - "title": "Majoor File Manager", - "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-FileManager", - "files": ["https://github.com/MajoorWaldi/ComfyUI-Majoor-FileManager.git"], + "title": "Majoor Asset Manager", + "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetManager", + "files": ["https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetManager.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"] + "description": "An advanced Asset manager for ComfyUI outputs with gallery, metadata inspection, ratings, and tags.", + "tags": ["Asset manager", "gallery", "metadata", "workflow", "utility"] }, ] } From 44bcc8589ce88a10ca8c1d0ec73a5906119e89e3 Mon Sep 17 00:00:00 2001 From: Ewald <129623145+MajoorWaldi@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:38:33 +0100 Subject: [PATCH 3/5] Fix typos in Majoor Assets Manager entry --- custom-node-list.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 9ebaa6f5..e248a272 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38699,12 +38699,12 @@ }, { "author": "MajoorWaldi", - "title": "Majoor Asset Manager", - "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetManager", - "files": ["https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetManager.git"], + "title": "Majoor Assets Manager", + "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager", + "files": ["https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager.git"], "install_type": "git-clone", - "description": "An advanced Asset manager for ComfyUI outputs with gallery, metadata inspection, ratings, and tags.", - "tags": ["Asset manager", "gallery", "metadata", "workflow", "utility"] + "description": "An advanced Assets manager for ComfyUI outputs with gallery, metadata inspection, ratings, and tags.", + "tags": ["Assets manager", "gallery", "metadata", "workflow", "utility"] }, ] } From 1b670e81fda9f4bc0e65b99bbdec8bd4a1ba67b6 Mon Sep 17 00:00:00 2001 From: Ewald <129623145+MajoorWaldi@users.noreply.github.com> Date: Wed, 10 Dec 2025 17:37:32 +0100 Subject: [PATCH 4/5] Add 'id' field to Majoor Assets Manager entry --- custom-node-list.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index e248a272..12a8c871 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38698,13 +38698,14 @@ "description": "This is a node to convert an image into a CMYK Halftone dot image." }, { - "author": "MajoorWaldi", - "title": "Majoor Assets Manager", - "reference": "https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager", - "files": ["https://github.com/MajoorWaldi/ComfyUI-Majoor-AssetsManager.git"], - "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"] - }, + "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.git"], + "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"] + } ] } From 032332368ae1b93e09b517e01382b0fb71e9e11c Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" <128333288+ltdrdata@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:51:47 +0900 Subject: [PATCH 5/5] Update custom-node-list.json --- custom-node-list.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 12a8c871..9b2b4703 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38686,6 +38686,18 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "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"] + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI", @@ -38696,16 +38708,6 @@ ], "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.git"], - "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"] } ] }