ComfyUI Node
splitext
Splits a path into name and extension components. This node takes a path and returns a tuple containing the path without the extension and the extension (including the dot).
splitext
- path without ext
- extension
◄path►
CategoryBasic/Path
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| path | STRING | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| path without ext | STRING | — |
| extension | STRING | — |