ComfyUI Node
Global Random Seed
Applies one bounded global seed to recognized literal seed inputs before execution, with exact uint32 or uint53 public profiles. Legacy uint64 workflows remain backend-compatible.
Global Random Seed
- applied_seed
◄value0►
◄seed_widthuint32►
◄timingbefore_generation►
◄queue_actionfixed►
◄distributionsame►
◄last_seed0►
CategoryComfyUI Text Processor/Logic
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| value | STRING | 0 | Current seed as an exact unsigned decimal string. |
| seed_width | COMBO | uint32 | uint32 is the safe default; uint53 is the largest JavaScript-safe selectable range. Legacy uint64 workflows remain backend-compatible. |
| timing | COMBO | before_generation | Apply the queue action before or after this prompt. |
| queue_action | COMBO | fixed | How the controller value advances between prompts. |
| distribution | COMBO | same | How one applied seed is distributed across target nodes. |
| last_seed | STRING | 0 | Exact decimal readback of the last applied seed. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| applied_seed | INT | The exact bounded seed applied to this controller run. |