mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-01 03:41:31 +00:00
Made id on static Outputs optional, still required on DynamicOutput
This commit is contained in:
@@ -39,7 +39,7 @@ class WebcamCapture_V3(io.ComfyNodeV3):
|
||||
io.Boolean.Input("capture_on_queue", default=True),
|
||||
],
|
||||
outputs=[
|
||||
io.Image.Output("IMAGE"),
|
||||
io.Image.Output(),
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user