Nodes/ComfyCollectorNodes/Property (CCN)
ComfyUI Node

Property (CCN)

Named variable store. Connect value input to SET, disconnect to GET. Use trigger for execution ordering.

By valkymaera·Created 3 months ago·Updated 4 days ago· 1
Property (CCN)
  • value
  • trigger
  • value
  • trigger_out
namemy_var
session_scopefalse
error_if_missingfalse
debugfalse
CategoryCCN/utils

Inputs (6)

NameTypeDefaultDescription
nameSTRINGmy_varVariable name. Setter and getter must use the same name.
session_scopeBOOLEANfalseOFF = cleared each workflow run. ON = persists until ComfyUI restarts.
error_if_missingBOOLEANfalseOFF = 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).
debugBOOLEANfalsePrint 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)

NameTypeDescription
value*
trigger_out*