ComfyUI Node
h4 - Seed Sequencer
A ComfyUI node in h4_Live/MissionControl with 5 inputs and 1 output.
h4 - Seed Sequencer
- seed
◄seed123456789►
◄modefixed►
◄increment_step1►
◄auto_advancetrue►
◄random_digits10►
Categoryh4_Live/MissionControl
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| seed | INT | 1234567890–9223372036854776000 | The starting number (Base Anchor). |
| mode | COMBO | fixed | Fixed = Same every time. Increment = Add X every time. Random = Chaos. |
| increment_step | INT | 11–2147483647 | How much to add each run (e.g. 1 means Run1=100, Run2=101). |
| auto_advance | BOOLEAN | true | If ON: I will remember the seed for next time. |
| random_digits | INT | 101–12 | For Random Mode: How many digits? (e.g. 4 = 1000-9999). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| seed | INT | — |