diff --git a/comfy_extras/nodes_camera.py b/comfy_extras/nodes_camera.py index 5a3cde9f3..0c1609126 100644 --- a/comfy_extras/nodes_camera.py +++ b/comfy_extras/nodes_camera.py @@ -57,7 +57,7 @@ class CreateCameraInfo(IO.ComfyNode): tooltip="Digital zoom (focal-length multiplier). >1 zooms in without moving the camera."), IO.Combo.Input("camera_type", options=["perspective", "orthographic"], tooltip="Projection used by Render Splat: perspective (foreshortening) or orthographic (parallel)."), - IO.CameraInfoState.Input("camera_info_state"), + IO.CameraInfoState.Input("camera_info_state", optional=True), ], outputs=[IO.Load3DCamera.Output(display_name="camera_info")], )