Apply suggestion from @alexisrolland
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run

This commit is contained in:
Alexis Rolland 2026-07-09 16:52:12 +08:00 committed by GitHub
parent d930c3258e
commit f1d542ebad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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),