ComfyUI Node
⭐ Star Split Sampler Option
A ComfyUI node in ⭐StarNodes/Sampler with 5 inputs and 1 output.
⭐ Star Split Sampler Option
- options
◄enabletrue►
◄sampler_1euler►
◄steps_16►
◄sampler_2ddim►
◄steps_26►
Category⭐StarNodes/Sampler
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| enable | BOOLEAN | true | Enable the split sampler option. When disabled, StarSampler / Star SD Upscale Refiner ignore this options input. |
| sampler_1 | COMBO | euler | Sampler used for the first part of the run. |
| steps_1 | INT | 61–10000 | Number of steps done with sampler_1. |
| sampler_2 | COMBO | ddim | Sampler used for the second part of the run (starting at step steps_1 + 1). |
| steps_2 | INT | 61–10000 | Number of steps done with sampler_2. Total steps = steps_1 + steps_2. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| options | STARNODES_OPTIONS | — |