Nodes/ComfyUI-TurntableGSViewer/Preview Gaussian Camera
ComfyUI Node

Preview Gaussian Camera

A ComfyUI node in GaussianPack with 8 inputs and 1 output.

By PozzettiAndrea·Created 3 months ago·Updated 2 months ago· 6
Preview Gaussian Camera
  • extrinsics
  • intrinsics
  • image
ply_path
image_width1024
image_height1024
near_plane0.01
backgroundblack
force_backendauto
CategoryGaussianPack

Inputs (8)

NameTypeDefaultDescription
ply_pathSTRINGPath to a 3DGS PLY (HYWM2GaussianTrain.ply_path, SharpPredictGaussiansFromMetricDepth, MergeGaussians, or any external 3DGS tool).
extrinsicsEXTRINSICS[N, 4, 4] world-to-camera. Renders N frames.
intrinsicsINTRINSICS[N, 3, 3] or [3, 3] pixel-K (or normalized-K, auto-rescaled). Single [3,3] is broadcast to all N views.
image_widthINT102432–8192
image_heightINT102432–8192
near_planeoptFLOAT0.010.001–100Near-plane culling distance in world units. Gaussians with depth < near_plane are dropped.
backgroundoptCOMBOblackBackground color where transmittance survives all the gaussians.
force_backendoptCOMBOautoauto = try gsplat (fast CUDA); fall back to pure-torch on ImportError or non-CUDA device. gsplat = error if not available (use to verify fast path). torch = always use the pure-PyTorch fallback (slower; useful for AMD/Mac/CPU debug).

Outputs (1)

NameTypeDescription
imageIMAGE