From 2483471541ce45e325e68cdaf6531f567276dfdb Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Wed, 20 May 2026 08:15:42 +0900 Subject: [PATCH] fix(custom-node-list): dedup antimatter-nodes (#2891), keep PR entry with id field and enriched description --- custom-node-list.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 8ad22944..9d2201d3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,16 +1,5 @@ { "custom_nodes": [ - { - "author": "AntiMatterComfy", - "title": "AntiMatter Nodes", - "id": "antimatter-nodes", - "reference": "https://github.com/AntiMatterComfy/antimatter-nodes", - "files": [ - "https://github.com/AntiMatterComfy/antimatter-nodes" - ], - "install_type": "git-clone", - "description": "AntiMatter custom nodes for ComfyUI. Includes Anti_aspect_ratio_master for Flux, Z-Image, and ERNIE-oriented aspect ratio and resolution latent creation." - }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider", @@ -47639,14 +47628,15 @@ "description": "ComfyUI custom node for structured prompt analysis and replacement" }, { - "author": "antimatter", + "author": "AntiMatterComfy", "title": "AntiMatter Nodes", + "id": "antimatter-nodes", "reference": "https://github.com/AntiMatterComfy/antimatter-nodes", "files": [ "https://github.com/AntiMatterComfy/antimatter-nodes" ], "install_type": "git-clone", - "description": "AntiMatter custom nodes for ComfyUI, including Flux, Z-Image, and ERNIE-oriented aspect ratio tools." + "description": "AntiMatter custom nodes for ComfyUI. Includes Anti_aspect_ratio_master for Flux, Z-Image, and ERNIE-oriented aspect ratio and resolution latent creation." },