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/LIST
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list | LIST | — | |
| value | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| contains | BOOLEAN | — |