Nodes/ComfyUI-rogala/SamplerSchedulerIterator
ComfyUI Node

SamplerSchedulerIterator

## Sampler Scheduler Iterator Iterates over **sampler x scheduler** combinations one pair per execution. Outputs each pair to connected nodes (e.g. KSampler, Aligned Text Overlay). Node title updates automatically: `Iterator: Step 3 / 12`. Queue stops automatically after the last combination. > **Note:** Press **Refresh** before first use. This reads all installed > samplers and schedulers from ComfyUI and writes the reference file. > The counter resets to 0. --- ### Inputs This node has no inputs. Configure combinations in `.\ComfyUI\custom_nodes\ComfyUI-rogala\config\sampler_scheduler_user.json`. ### Outputs | Pin | Type | Description | |---|---|---| | `sampler_name` | SAMPLER | Current sampler — connect to KSampler. | | `scheduler` | SCHEDULER | Current scheduler — connect to KSampler. | | `external_text` | STRING | `"sampler | scheduler"` label — connect to Aligned Text Overlay. | ### Example Edit `config/sampler_scheduler_user.json` to select combinations: ```json { "samplers": ["euler", "dpmpp_2m", "dpmpp_3m_sde"], "schedulers": ["karras", "simple"] } ``` Total = samplers x schedulers (here: 3 x 2 = **6 runs**). Copy names from `config/sampler_scheduler.json` (generated by Refresh). Unknown names are silently ignored.

By Rogala·Created 5 months ago·Updated 4 months ago· 19
SamplerSchedulerIterator
    • sampler_name
    • scheduler
    • external_text
    Categoryrogala/Samplers

    Inputs (0)

    No inputs

    Outputs (3)

    NameTypeDescription
    sampler_nameeuler,euler_cfg_pp,euler_ancestral,euler_ancestral_cfg_pp,heun,heunpp2,exp_heun_2_x0,exp_heun_2_x0_sde,dpm_2,dpm_2_ancestral,lms,dpm_fast,dpm_adaptive,dpmpp_2s_ancestral,dpmpp_2s_ancestral_cfg_pp,dpmpp_sde,dpmpp_sde_gpu,dpmpp_2m,dpmpp_2m_cfg_pp,dpmpp_2m_sde,dpmpp_2m_sde_gpu,dpmpp_2m_sde_heun,dpmpp_2m_sde_heun_gpu,dpmpp_3m_sde,dpmpp_3m_sde_gpu,ddpm,lcm,ipndm,ipndm_v,deis,res_multistep,res_multistep_cfg_pp,res_multistep_ancestral,res_multistep_ancestral_cfg_pp,gradient_estimation,gradient_estimation_cfg_pp,er_sde,seeds_2,seeds_3,sa_solver,sa_solver_pece,ddim,uni_pc,uni_pc_bh2
    schedulersimple,sgm_uniform,karras,exponential,ddim_uniform,beta,normal,linear_quadratic,kl_optimal
    external_textSTRING