From e1a283f8d0510d0aefda13d9e6f0a84a3728e3de Mon Sep 17 00:00:00 2001 From: "ae(seth)tics" Date: Wed, 24 Sep 2025 10:42:05 -0700 Subject: [PATCH] Update custom-node-list.json Add ComfyUI 3D Model Viewer custom node --- custom-node-list.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b894e7aa..63b28713 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -33634,6 +33634,18 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "aesethtics", + "title": "ComfyUI 3D Model Viewer", + "id": "comfyui-3d-model-viewer", + "reference": "https://github.com/aesethtics/comfyui-3d-model-viewer", + "files": [ + "https://github.com/aesethtics/comfyui-3d-model-viewer" + ], + "install_type": "git-clone", + "description": "A 3D model viewer node for ComfyUI that allows viewing and interacting with 3D models directly in the interface", + "nodename_pattern": "3DModelViewer" } ] }