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] 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"] + } ] }