ComfyUI Node
Shima Seed Controller
Control seed behavior with connectable inputs. Place at top level and connect to external_seed inputs inside subgraphs.
Shima Seed Controller
- s33d
- mode
◄s33d0►
◄modefixed►
◄step1►
◄external_mode▾►
◄external_s33d—►
◄allow_external_linkingfalse►
CategoryShima/Sampling
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| s33d | INT | 00–18446744073709550000 | Base seed value. Why 's33d'? Using this name prevents ComfyUI from auto-adding a non-connectable dropdown, allowing our own connectable version. |
| mode | COMBO | fixed | How to handle the seed: fixed (use as-is), increment (+1 each run), decrement (-1 each run), randomize (new random each run) |
| step | INT | 11–1000 | Step size for increment/decrement modes |
| external_modeopt | COMBO | Optional external mode - overrides widget when connected | |
| external_s33dopt | INT | Optional external seed - overrides widget when connected | |
| allow_external_linkingopt | BOOLEAN | false | If ON, this node broadcasts/receives OUTSIDE the Island (ignores group regex) |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| s33d | INT | The processed seed value (connect to external_s33d on other nodes) |
| mode | STRING | The mode used (for chaining or debugging) |