Nodes/Boyonodes/🧪 Solver Switch (Experimental)
ComfyUI Node

🧪 Solver Switch (Experimental)

A ComfyUI node in BoyoNodes/Experimental with 4 inputs and 1 output.

By DragonDiffusionbyBoyo·Created 2 years ago·Updated 14 days ago· 16
🧪 Solver Switch (Experimental)
    • sampler
    â—„solverseuler heun dpmpp_2mâ–º
    â—„strategyround_robinâ–º
    â—„seed42â–º
    â—„weightsâ–º
    CategoryBoyoNodes/Experimental

    Inputs (4)

    NameTypeDefaultDescription
    solversSTRINGeuler heun dpmpp_2mOne 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
    strategyCOMBOround_robinround_robin: cycles through solvers in order. random_seeded: reproducible random selection per step. weighted_random: biased random — set weights below.
    seedINT420–18446744073709550000Seed for random/weighted strategies. Ignored for round_robin.
    weightsoptSTRINGComma-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)

    NameTypeDescription
    samplerSAMPLER—