ComfyUI-TurntableGSViewer
Tiny Gaussian Splat turntable viewer node for ComfyUI.
Nodes (11)
What's actually inside that giant .ply file?
Shrink a 225 MB splat to 25 MB without re-training
Cut a million splats down to 200k without wrecking the scene
Turn a bare point cloud into actual gaussians
A file picker for your .ply splats, not a text box
Find the splat your trainer just wrote, five folders deep
Render your splat from real camera poses, straight to an image
See the before and after of a splat side by side
Preview Gaussians — the viewer this whole pack is built around
The preview for gaussians that only look right from one camera
Rotate a gaussian splat without breaking its headlights
https://github.com/user-attachments/assets/582f6b84-0a83-4b8a-b449-2cf9bf184bc5
https://github.com/user-attachments/assets/74f17146-3e5b-4dcf-8ab1-dd2e9d18e474
[!WARNING] Warning, uses experimental package
comfy-envto attempt a one click isolated install. Will download and use pixi package manager.
ComfyUI-GaussianPack
Installation
Three options, in order of speed → reliability:
- ComfyUI Manager (recommended) — search for
GaussianPackin the Manager and click Install from the highest version displayed. If that doesn't work, try nightly. - Manager via Git URL — in ComfyUI Manager: "Install via Git URL" with
https://github.com/PozzettiAndrea/ComfyUI-GaussianPack.git. - Manual (most reliable):
cd ComfyUI/custom_nodes git clone https://github.com/PozzettiAndrea/ComfyUI-GaussianPack.git cd ComfyUI-GaussianPack pip install -r requirements.txt --upgrade python install.py
Please report any problems you hit during installation or use of my nodes — open a Discussion or Issue. Very grateful for your help! 🙏
<div align="center"> <a href="https://pozzettiandrea.github.io/ComfyUI-GaussianPack/"> <img src="https://raw.githubusercontent.com/PozzettiAndrea/ComfyUI-GaussianPack/dev/assets/gallery-preview.png" alt="Workflow Test Gallery" width="800"> </a> <br> <b><a href="https://pozzettiandrea.github.io/ComfyUI-GaussianPack/">View Live Test Gallery →</a></b> </div>
https://github.com/user-attachments/assets/4ef6b921-52a0-4483-8efd-627d62c7e207
Tiny Gaussian-splat viewer for ComfyUI. One node, Preview Gaussians, with a
gsplat.js WebGL preview and camera-intrinsics widgets (FOV, image width, image height).
ply_path -- Preview Gaussians
GPL-3.0. Forked structurally from XuanYu-github/comfyui-PlyPreview.