From 7182d681f7034e499bdc838ec1854a5e0da03986 Mon Sep 17 00:00:00 2001 From: Timothy Wong Date: Sat, 7 Feb 2026 00:38:11 +0000 Subject: [PATCH 1/2] 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." } ] } From c44bbe0203ee3283810a2acb6abeaa2e069c33a9 Mon Sep 17 00:00:00 2001 From: Timothy Wong Date: Sun, 8 Feb 2026 15:04:08 +0000 Subject: [PATCH 2/2] fix: remove slash --- 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 90ad8a10..575d7594 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -43314,7 +43314,7 @@ "id": "depth2mesh", "reference": "https://github.com/timothywong731/ComfyUI-Depth2Mesh", "files": [ - "https://github.com/timothywong731/ComfyUI-Depth2Mesh/" + "https://github.com/timothywong731/ComfyUI-Depth2Mesh" ], "install_type": "git-clone", "description": "Converts Depth Maps to 3D STL meshes directly in ComfyUI."