From def5a6eafb1c4c6be91953c15c481f7504153b0d Mon Sep 17 00:00:00 2001 From: XuanYu <94221632+XuanYu-github@users.noreply.github.com> Date: Mon, 29 Dec 2025 01:43:14 +0800 Subject: [PATCH] Add ComfyUI PlyPreview node Gaussian Splat PLY loader + preview nodes for ComfyUI. Forked from GeometryPack and repackaged to avoid upstream overwrites. Includes front-end viewer (gsplat.js) bundled locally. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 43507afc..20f7f0f6 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40177,6 +40177,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "XuanYu-github", + "title": "ComfyUI PlyPreview", + "id": "comfyui-plypreview", + "reference": "https://github.com/XuanYu-github/comfyui-PlyPreview", + "files": [ + "https://github.com/XuanYu-github/comfyui-PlyPreview" + ], + "install_type": "git-clone", + "description": "Gaussian Splat PLY loader + preview nodes (Load/Path/Process/Preview) with bundled gsplat viewer" + } ] }