From 5002606861ed985ab8c514ad75d631bcdc88c1e2 Mon Sep 17 00:00:00 2001 From: DayMan84 <129399117+DayMan84@users.noreply.github.com> Date: Mon, 8 Dec 2025 06:44:11 -0600 Subject: [PATCH] Add ComfyUI-Ugromana node with details (#2361) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello, I would like to add my new custom node ComfyUI-Usromana to the registry. Node Details: Name: ComfyUI-UmeAiRT-Sync Description: The next-generation security, governance, permissions, and multi‑user control system for ComfyUI. Repository: https://github.com/DayMan84/ComfyUI-Usgromana Verification: I have verified the JSON syntax locally using the "Use local DB" option in ComfyUI Manager. The node appears correctly in the list and installs without issues. Thank you! --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index bd528004..22c664b3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -38242,6 +38242,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "DayMan84", + "title": "ComfyUI-Ugromana", + "id": "comfyui-usgromana", + "reference": "https://github.com/DayMan84/ComfyUI-Usgromana", + "files": [ + "https://github.com/DayMan84/ComfyUI-Usgromana" + ], + "install_type": "git-clone", + "description": "The next-generation security, governance, permissions, and multi‑user control system for ComfyUI." } ] }