> ## Documentation Index
> Fetch the complete documentation index at: https://docs.easyuse.yolain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Seed

## EasySeed

<Tabs>
  <Tab title="Node Preview">
    <Frame>
      <img src="https://mintcdn.com/yolain/zALn-Ga4wzNzoIjg/images/nodes/easySeed.jpg?fit=max&auto=format&n=zALn-Ga4wzNzoIjg&q=85&s=bab4edb07b2ad0601534e609002ebf19" width="1280" height="720" data-path="images/nodes/easySeed.jpg" />
    </Frame>
  </Tab>

  <Tab title="Example">
    <Frame>
      <img src="https://mintcdn.com/yolain/zALn-Ga4wzNzoIjg/images/nodes/example/easySeed.jpg?fit=max&auto=format&n=zALn-Ga4wzNzoIjg&q=85&s=6670bbd7f9cfba98b14d9932e91f1bf5" width="1280" height="720" data-path="images/nodes/example/easySeed.jpg" />
    </Frame>
  </Tab>
</Tabs>

Generally inserted into sampler or pre-sampling parameter nodes.

**Name**: `easy seed`<br />
**Widgets**:

<ParamField path="seed" type="int|seed">
  Comfy's regular seed widget.
</ParamField>

**Outputs**:

<ParamField query="seed" type="int|seed">
  The seed value.
</ParamField>

## EasyGlobalSeed

<Frame>
  <img src="https://mintcdn.com/yolain/zALn-Ga4wzNzoIjg/images/nodes/easyGlobalSeed.jpg?fit=max&auto=format&n=zALn-Ga4wzNzoIjg&q=85&s=c7c31ead1c0b9c96bb28492cf9c07a87" width="1280" height="720" data-path="images/nodes/easyGlobalSeed.jpg" />
</Frame>

Can affect all seed values in the workflow.

**Name**: `easy globalSeed`<br />
**Widgets**:

<ParamField query="value" type="int|seed">
  The seed value.
</ParamField>

<ParamField query="mode" type="combo" default="control_before_generate">
  widget control generate seed mode.
</ParamField>

<ParamField query="action" type="combo" default="fixed">
  widget control generate seed action.
</ParamField>

<ParamField query="last_seed" type="int|seed">
  The last seed value.
</ParamField>
