From 5462fe7acc47921269ba94c7da7628527dee927f Mon Sep 17 00:00:00 2001 From: Krishnan Ramachandran Date: Sun, 29 Mar 2026 19:52:24 +0100 Subject: [PATCH] Add ComfyUI Pulse MeshAudit custom node for 3D mesh auditing (#2714) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8b403b94..df85c590 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45467,6 +45467,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "krishnancr", + "title": "ComfyUI Pulse MeshAudit", + "id": "comfyui-pulse-meshaudit", + "reference": "https://github.com/krishnancr/ComfyUI-Pulse-MeshAudit", + "files": [ + "https://github.com/krishnancr/ComfyUI-Pulse-MeshAudit" + ], + "install_type": "git-clone", + "description": "A ComfyUI custom node for auditing 3D mesh files by rendering them with a headless renderer and displaying an interactive carousel of renders with detailed mesh statistics. Features 16 renders per execution (4 camera angles x 4 shading modes), an interactive image viewer, and an asset statistics panel with geometry and quality metrics. Supports Linux x64 and Windows x64 with Vulkan-capable GPUs." } ] }