You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: comfy_api/latest/_io.py
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1383,6 +1383,8 @@ class Schema:
1383
1383
"""Flags a node as not idempotent; when True, the node will run and not reuse the cached outputs when identical inputs are provided on a different node in the graph."""
1384
1384
enable_expand: bool=False
1385
1385
"""Flags a node as expandable, allowing NodeOutput to include 'expand' property."""
1386
+
accept_all_inputs: bool=False
1387
+
"""When True, all inputs from the prompt will be passed to the node as kwargs, even if not defined in the schema."""
0 commit comments