Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion custom-node-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 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"]
},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove trailing comma from final custom node entry

The new Majoor Assets Manager block ends with a trailing comma (},) even though it is the final element before the closing array bracket, leaving custom-node-list.json invalid JSON. Running jq empty custom-node-list.json now fails with Expected another array element at line 38709, column 5, so any consumer that parses this list will error out until the comma is removed.

Useful? React with 👍 / 👎.

]
}