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).

By StableLlama·Created about a year ago·Updated 25 days ago· 45
splitext
    • path without ext
    • extension
    path
    CategoryBasic/Path

    Inputs (1)

    NameTypeDefaultDescription
    pathSTRING

    Outputs (2)

    NameTypeDescription
    path without extSTRING
    extensionSTRING