ComfyUI Node
split
Splits a path into directory and filename components. This node takes a path and returns a tuple containing the directory path and the filename.
split
- directory
- filename
◄path►
CategoryBasic/Path
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| path | STRING | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| directory | STRING | — |
| filename | STRING | — |