ComfyUI Node
Get Environment Variable
Get an environment variable. `os.environ.get(name, default)`
Get Environment Variable
- value
- exists
◄name►
◄default►
Categoryovum
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| name | STRING | Environment variable name to read. | |
| default | STRING | Fallback value if the environment variable is not set. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| value | STRING | — |
| exists | BOOLEAN | — |