Nodes/comfyui-mdsnodes/Generation Parameters Hub
ComfyUI Node

Generation Parameters Hub

Central parameter hub that configures and routes checkpoint, steps, refiner steps, CFG, sampler algorithm, scheduler curve, and denoise values across workflows.

By MarwanDSAI·Created 15 days ago·Updated 4 days ago· 1
Generation Parameters Hub
    • ckpt_name
    • steps
    • step_refiner
    • cfg
    • sampler_name
    • scheduler
    • denoise
    • ckpt_name_str
    • sampler_str
    • scheduler_str
    ckpt_name
    steps20
    step_refiner10
    cfg7.0
    sampler_name
    scheduler
    denoise1.00
    CategoryMDSNodes/sampling

    Inputs (7)

    NameTypeDefaultDescription
    ckpt_nameCOMBOSelect the base checkpoint diffusion model file from your models/checkpoints folder.
    stepsINT201–10000The total number of sampling/denoising steps for base generation.
    step_refinerINT100–10000Target step count for refiner passes or the step transition threshold for multi-pass pipelines.
    cfgFLOAT7.00–100Classifier-Free Guidance (CFG) scale. Controls how strictly the model adheres to your prompt.
    sampler_nameCOMBOThe mathematical sampling algorithm used to generate or denoise the image (e.g., euler, dpmpp_2m).
    schedulerCOMBOThe noise scheduling rate/curve across the steps (e.g., normal, karras, sgm_uniform, simple).
    denoiseFLOAT1.000–1Denoise strength. Set to 1.0 for initial txt2img generation, or 0.20-0.60 for img2img / upscaling.

    Outputs (10)

    NameTypeDescription
    ckpt_nameThe selected checkpoint filename (COMBO slot for Checkpoint Loaders).
    stepsINTBase generation step count (INT).
    step_refinerINTRefiner step count or threshold (INT).
    cfgFLOATClassifier-Free Guidance scale (FLOAT).
    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_bh2Sampler algorithm name (COMBO slot for KSampler / SamplerSelect).
    schedulersimple,sgm_uniform,karras,exponential,ddim_uniform,beta,normal,linear_quadratic,kl_optimalScheduler curve type (COMBO slot for KSampler / BasicScheduler).
    denoiseFLOATDenoise strength multiplier (FLOAT).
    ckpt_name_strSTRINGCheckpoint filename exported as a clean plain text string (for metadata/file naming).
    sampler_strSTRINGSampler algorithm name exported as a plain text string.
    scheduler_strSTRINGScheduler type exported as a plain text string.