ComfyUI Node
PyList Item Cast
Convert each item inside a PyList to STRING, INT, FLOAT, BOOLEAN, and similar basic types.
PyList Item Cast
- PYLIST
- PYLIST
◄TYPE▾►
Categorylist_utils
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| PYLIST | PYLIST | PyList whose items should be converted. | |
| TYPE | COMBO | Conversion applied to each PyList item. NUMBER is the same as FLOAT. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| PYLIST | PYLIST | The PyList after converting each item. |