> ## 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="节点预览">
    <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="示例">
    <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>

通常作为采样器或预采样参数节点的输入项。

**节点名**: `easy seed`<br />
**部件参数 (Widgets)**：

<ParamField path="seed" type="int|seed">
  Comfy 的常规种子小部件。
</ParamField>

**输出参数 (Output)**：

<ParamField query="seed" type="int|seed">
  种子值
</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>

可以影响工作流程中的所有种子值。

**节点名**: `easy globalSeed`<br />
**部件参数 (Widgets)**：

<ParamField query="随机种" type="int|seed">
  种子值
</ParamField>

<ParamField query="生成时序" type="combo" default="control_before_generate">
  种子值生成时序变更
</ParamField>

<ParamField query="运行操作" type="combo" default="fixed">
  种子值如何变化
</ParamField>

<ParamField query="上次随机种" type="int|seed">
  上一次生成的种子值。
</ParamField>
