From 7182d681f7034e499bdc838ec1854a5e0da03986 Mon Sep 17 00:00:00 2001 From: Timothy Wong Date: Sat, 7 Feb 2026 00:38:11 +0000 Subject: [PATCH] add Depth2Mesh node for converting depth maps to 3D STL meshes --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index d3ed8b33..90ad8a10 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43307,6 +43307,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "timothywong731", + "title": "Depth2Mesh Nodes for ComfyUI", + "id": "depth2mesh", + "reference": "https://github.com/timothywong731/ComfyUI-Depth2Mesh", + "files": [ + "https://github.com/timothywong731/ComfyUI-Depth2Mesh/" + ], + "install_type": "git-clone", + "description": "Converts Depth Maps to 3D STL meshes directly in ComfyUI." } ] }