ComfyUI Node
Mpi Block If Empty List
Pass a list through, but block downstream execution if the list is empty (zero items). Place before nodes that index into a list so an empty list halts the branch instead of throwing IndexError. Unlike Mpi Any Blocker, this runs on the whole list, so a truly empty list still reaches it.
Mpi Block If Empty List
- list_input
- list_output
CategoryMpiNodes/Logic
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| list_input | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list_output | * | — |