Nodes/ComfyUI-Pixaroma/Set Pixaroma
ComfyUI Node

Set Pixaroma

Store any connection under a name, then read it back anywhere with a Get Pixaroma node. A wireless wire that keeps the canvas clean. It also has a passthrough output, so a nearby node can wire to it directly while far ones read it with a Get. It lives only in the editor: at run time the value flows straight from the original source, so it never changes the result or slows anything down. Wire anything in, type a name, and keep the node collapsed to stay tidy.

By pixaroma·Created 5 months ago·Updated 23 days ago· 271
Set Pixaroma
  • value
  • *
name
Category👑 Pixaroma/🔀 Logic & Flow

Inputs (2)

NameTypeDefaultDescription
nameSTRINGThe variable name. A Get Pixaroma node reads this value by picking this name.
valueopt*Wire anything here to store it under the name. A Get Pixaroma node (or this node's own passthrough output) reads it back.

Outputs (1)

NameTypeDescription
**The same value you wired in. Connect a nearby node directly here, or read it from anywhere with Get Pixaroma.