There was an error while loading. Please reload this page.
1 parent ac5fd8a commit 37dfb10Copy full SHA for 37dfb10
1 file changed
comfy_extras/nodes_camera.py
@@ -57,7 +57,7 @@ def define_schema(cls):
57
tooltip="Digital zoom (focal-length multiplier). >1 zooms in without moving the camera."),
58
IO.Combo.Input("camera_type", options=["perspective", "orthographic"],
59
tooltip="Projection used by Render Splat: perspective (foreshortening) or orthographic (parallel)."),
60
- IO.CameraInfoState.Input("camera_info_state"),
+ IO.CameraInfoState.Input("camera_info_state", optional=True),
61
],
62
outputs=[IO.Load3DCamera.Output(display_name="camera_info")],
63
)
0 commit comments