ComfyUI Node
XSeed
Generate non-negative seed value with native seed control, then apply max-digit truncation and optional zero padding
XSeed
- seed_int
- xdata_seed
◄digits20►
◄pad_to_limitfalse►
◄seed_value1►
Category♾️ Xz3r0/Workflow-Processing
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| digits | INT | 201–20 | Max digit limit for output seed (1 to 20 digits) |
| pad_to_limit | BOOLEAN | false | Pad trailing zeros to reach the digit limit when seed length is below the limit. Since random seeds in the 64-bit range are usually high-digit values, this option is rarely triggered in practice. |
| seed_value | INT | 10–18446744073709550000 | Base non-negative seed value. Control-after-generate is enabled. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| seed_int | INT | Final normalized non-negative seed integer |
| xdata_seed | xdata_seed | xdata_seed payload for downstream data saving |