ComfyUI/custom_nodes/execution-inversion-demo-comfyui
Jacob Segal 5d72965863 Implement conditional Execution Blocking
Execution blocking can be done by returning an `ExecutionBlocker`
(imported from graph_utils) either in place of results or as a specific
output. Any node that uses an `ExecutionBlocker` as input will be
skipped. This operates on a per-entry basis when inputs are lists.

If the `ExecutionBlocker` is initialized with an error message, that
message will be displayed on the first node it's used on (and further
downstream nodes will be silently skipped).
2023-07-28 22:28:18 -07:00
..
js Add lazy evaluation and dynamic node expansion 2023-07-18 20:08:12 -07:00
__init__.py Add nodes for dealing with BOOLs 2023-07-20 21:04:08 -07:00
components.py Add nodes for dealing with BOOLs 2023-07-20 21:04:08 -07:00
conditions.py Implement conditional Execution Blocking 2023-07-28 22:28:18 -07:00
flow_control.py Implement conditional Execution Blocking 2023-07-28 22:28:18 -07:00
nodes.py Fix lazy index node. No idea how this ever worked. 2023-07-21 20:25:20 -07:00
utility_nodes.py Implement conditional Execution Blocking 2023-07-28 22:28:18 -07:00