Nodes/comfy-ovum/Python String Format
ComfyUI Node

Python String Format

Format a string using Python's string formatting syntax.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
Python String Format
    • text
    fmt
    Categoryovum

    Inputs (1)

    NameTypeDefaultDescription
    fmtSTRINGA python format string. Use {arg0} to insert the first input, {arg1} for the second, etc. Anything that works in python's .format works here.

    Outputs (1)

    NameTypeDescription
    textSTRING