From 42f34c181f0f2bdd9ae20c53075f2b0982309dd7 Mon Sep 17 00:00:00 2001 From: XuanYu <94221632+XuanYu-github@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:15:18 +0800 Subject: [PATCH] Add ComfyUI PlyPreview node (#2444) * 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. * Initial plan * Convert tabs to 4 spaces in ComfyUI PlyPreview entry Co-authored-by: XuanYu-github <94221632+XuanYu-github@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 854c8d74..6b912959 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40446,6 +40446,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" } ] }