From 3c38a8144d8a607abd2a8349d9eff7088c744300 Mon Sep 17 00:00:00 2001 From: 807502278 <46019416+807502278@users.noreply.github.com> Date: Thu, 18 Jul 2024 03:24:33 +0800 Subject: [PATCH] update ComfyUI-3D-MeshTool nodes (#858) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 87c77435..da63e22d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -11986,6 +11986,17 @@ "install_type": "unzip", "description": "Various image processing nodes." }, + { + "author": "3D-MeshTool", + "title": "ComfyUI-3D-MeshTool", + "id": "3D-MeshTool", + "reference": "https://github.com/807502278/ComfyUI-3D-MeshTool", + "files": [ + "https://github.com/807502278/ComfyUI-3D-MeshTool/tree/main/nodes" + ], + "install_type": "copy", + "description": "A simple 3D model processing tool within ComfyUI." + }, { "author": "aimingfail", "title": "Image2Halftone Node for ComfyUI",