ComfyUI Node

glob

Finds paths matching a pattern. This node returns a list of paths matching the given pattern. The pattern follows shell-style wildcard rules: * - matches any number of characters ? - matches a single character [seq] - matches any character in seq [!seq] - matches any character not in seq

By StableLlama·Created about a year ago·Updated 25 days ago· 45
glob
    • matching paths
    pattern*.txt
    recursivefalse
    CategoryBasic/Path

    Inputs (2)

    NameTypeDefaultDescription
    patternSTRING*.txt
    recursiveoptBOOLEANfalse

    Outputs (1)

    NameTypeDescription
    matching pathsSTRING