EasyUse/Seedgenerated
EasySeed(easySeed)
EasySeed is a small utility node from the EasyUse/Seed category that exposes a single integer seed value and returns it unchanged.
easy Seed
seed
seed
INT
Easy Use
EasySeed is a small utility node from the EasyUse/Seed category that exposes a single integer seed value and returns it unchanged. It behaves as a pass-through for seed values, letting you define a seed in one place and route it to one or more downstream nodes that accept an INT seed input.
Inputs
seed(INT, required): The integer seed to pass through. You can type a value directly in the node's widget or connect an upstream INT output.
Because seed is the only input, the node has no additional settings or optional parameters.
Outputs
INT: The same integer value received from theseedinput.
The output preserves the exact input value; EasySeed does not generate, randomize, or otherwise modify the seed.
Usage Notes
- Use EasySeed when you want a named, visible seed in your workflow and need to feed that same seed to multiple nodes.
- Since the node is a pure pass-through, changing the
seedinput immediately changes the output. It does not randomize, so if you need a fresh seed you must supply a new one upstream. - The node can also serve as an explicit INT connection point when a downstream node requires a seed input but you prefer to manage the value in a single widget.
Comments
Sign in with GitHub to join the discussion.