mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-11 14:02:37 +08:00
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). |
||
|---|---|---|
| .. | ||
| js | ||
| __init__.py | ||
| components.py | ||
| conditions.py | ||
| flow_control.py | ||
| nodes.py | ||
| utility_nodes.py | ||