ComfyUI Node
Property (CCN)
Named variable store. Connect value input to SET, disconnect to GET. Use trigger for execution ordering.
Property (CCN)
- value
- trigger
- value
- trigger_out
◄namemy_var►
◄session_scopefalse►
◄error_if_missingfalse►
◄debugfalse►
CategoryCCN/utils
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| name | STRING | my_var | Variable name. Setter and getter must use the same name. |
| session_scope | BOOLEAN | false | OFF = cleared each workflow run. ON = persists until ComfyUI restarts. |
| error_if_missing | BOOLEAN | false | OFF = output None and keep running when the value doesn't exist yet (e.g. a getter runs before its setter on the first execution). ON = raise an error instead (strict; useful for catching name typos between setter and getter). |
| debug | BOOLEAN | false | Print store operations to console. |
| valueopt | * | Connect to STORE the value. Leave disconnected to GET the stored value. | |
| triggeropt | * | Execution-order dependency. Wire from a setter's trigger_out to ensure it runs before this getter. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| value | * | — |
| trigger_out | * | — |