ComfyUI Node
contains
Checks if a list contains a specified value. This node takes a list and a value as inputs, then returns True if the value is present in the list, and False otherwise.
contains
- list
- value
- contains
CategoryBasic/Data List
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list | * | — | |
| value | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| contains | BOOLEAN | — |