ComfyUI Node
🧪 Solver Switch (Experimental)
A ComfyUI node in BoyoNodes/Experimental with 4 inputs and 1 output.
🧪 Solver Switch (Experimental)
- sampler
â—„solverseuler
heun
dpmpp_2mâ–º
â—„strategyround_robinâ–º
â—„seed42â–º
â—„weightsâ–º
CategoryBoyoNodes/Experimental
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| solvers | STRING | euler heun dpmpp_2m | One solver name per line (or comma-separated). Available: euler, euler_a, heun, dpm_2, dpm_2_a, dpmpp_2s_a, dpmpp_2m, dpmpp_sde, dpmpp_3m_sde, lms, lcm |
| strategy | COMBO | round_robin | round_robin: cycles through solvers in order. random_seeded: reproducible random selection per step. weighted_random: biased random — set weights below. |
| seed | INT | 420–18446744073709550000 | Seed for random/weighted strategies. Ignored for round_robin. |
| weightsopt | STRING | Comma-separated weights for weighted_random strategy. Must have the same count as the solver list. E.g. '1,2,1' favours the second solver 2× over the others. Ignored for other strategies. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| sampler | SAMPLER | — |