ComfyUI Node
Get Nth String JK๐
Get nth item from comma-separated string list with type conversion.
Get Nth String JK๐
- string
- int
- float
- boolean
โstring_list1.0, 2.0, 3.0โบ
โindex0โบ
Category๐ JK/๐ฆ Misc
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| string_list | STRING | 1.0, 2.0, 3.0 | Comma-separated list of values |
| index | INT | 0-1โ100 | Index of item to retrieve (negative values count from end) |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| string | STRING | โ |
| int | INT | โ |
| float | FLOAT | โ |
| boolean | BOOLEAN | โ |