ComfyUI Node
h4 : Seed Broadcaster (v1.1.0) - Seed Generator
A ComfyUI node in h4 Toolkit/Utility with 5 inputs and 1 output.
h4 : Seed Broadcaster (v1.1.0) - Seed Generator
- seed
◄seed123456789►
◄modefixed►
◄increment_step1►
◄auto_advancetrue►
◄random_digits10►
Categoryh4 Toolkit/Utility
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| seed | INT | 1234567890–9223372036854776000 | Base seed anchor. Used directly in fixed mode and as the starting point when you manually override other modes. |
| mode | COMBO | fixed | Choose how the generator produces seeds: hold the anchor, auto-increment, or roll a fresh random number. |
| increment_step | INT | 11–2147483647 | Amount to add whenever increment mode advances. Ignored outside increment mode. |
| auto_advance | BOOLEAN | true | When enabled the node advances itself every execution. Disable to hold the current seed until you press Randomize or edit the value manually. |
| random_digits | INT | 101–12 | How many digits to use when generating random seeds (1-12). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| seed | INT | — |