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

# SeedNode - ComfyUI Built-in Node Documentation

> Complete documentation for the SeedNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

Seed 节点用于生成固定或随机的整数值。它通常通过为其他节点的随机数生成提供一致的起始点，来控制这些节点中随机操作的可复现性。

## ## 输入

| 参数   | 描述                                   | 数据类型 | 是否必填 | 范围                      |
| ---- | ------------------------------------ | ---- | ---- | ----------------------- |
| `种子` | 要使用的种子值。生成后控制选项决定该值在每次生成后保持固定还是发生变化。 | INT  | 是    | 0 到 9223372036854775807 |

## ## 输出

| 输出名称 | 描述      | 数据类型 |
| ---- | ------- | ---- |
| `种子` | 生成的种子值。 | INT  |

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/SeedNode/zh.md)

***

**Source fingerprint (SHA-256):** `19f9b22945bb152ff5066195067f1b6b4c006589f26c7533fad905044ac3b7fa`
