Nodes/comfy-ovum/Get Environment Variable
ComfyUI Node

Get Environment Variable

Get an environment variable. `os.environ.get(name, default)`

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
Get Environment Variable
    • value
    • exists
    name
    default
    Categoryovum

    Inputs (2)

    NameTypeDefaultDescription
    nameSTRINGEnvironment variable name to read.
    defaultSTRINGFallback value if the environment variable is not set.

    Outputs (2)

    NameTypeDescription
    valueSTRING
    existsBOOLEAN