From 703438251b885c06dfb97f5454b729f62379ae3c Mon Sep 17 00:00:00 2001 From: AntiMatterComfy Date: Tue, 19 May 2026 14:26:00 +0300 Subject: [PATCH 1/2] Add AntiMatter Nodes --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index bfc55cd2..48742338 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,16 @@ { "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 SDXL aspect ratio and resolution latent creation." + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider", From ade66eb61daefb056329061ebc53c04ba71576a1 Mon Sep 17 00:00:00 2001 From: AntiMatterComfy Date: Tue, 19 May 2026 14:29:58 +0300 Subject: [PATCH 2/2] Update AntiMatter Nodes description --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 48742338..a72e6a70 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9,7 +9,7 @@ "https://github.com/AntiMatterComfy/antimatter-nodes" ], "install_type": "git-clone", - "description": "AntiMatter custom nodes for ComfyUI. Includes Anti_aspect_ratio_master for SDXL aspect ratio and resolution latent creation." + "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",