From f1d542ebade15486c2358929d9bbbfcb38ef025e Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Thu, 9 Jul 2026 16:52:12 +0800 Subject: [PATCH] Apply suggestion from @alexisrolland --- comfy_extras/nodes_save_3d.py | 1 - 1 file changed, 1 deletion(-) diff --git a/comfy_extras/nodes_save_3d.py b/comfy_extras/nodes_save_3d.py index f71af8de3..7c524caa1 100644 --- a/comfy_extras/nodes_save_3d.py +++ b/comfy_extras/nodes_save_3d.py @@ -499,7 +499,6 @@ class SaveGaussianSplat(IO.ComfyNode): ], tooltip="A gaussian splat 3D file.", ), - IO.String.Input("filename_prefix", default="3d/ComfyUI"), IO.Load3D.Input("viewport_state"), IO.Load3DModelInfo.Input("model_3d_info", optional=True, advanced=True),