KSampler Config (rgthree)
rgthree
KSampler Config (rgthree)Example
JSON Example
{
"class_type": "KSampler Config (rgthree)",
"inputs": {
"steps_total": 30,
"refiner_step": 24,
"cfg": 8,
"sampler_name": "euler",
"scheduler": "simple"
}
}This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.
Inputs
| Name | Type | Status | Constraints | Default |
|---|---|---|---|---|
steps_total | INT | required | min: 1, max: 16384, step: 1 | 30 |
refiner_step | INT | required | min: 1, max: 16384, step: 1 | 24 |
cfg | FLOAT | required | min: 0, max: 100, step: 0.5 | 8 |
sampler_name | ENUM44 options
| required | - | - |
scheduler | ENUM9 options
| required | - | - |
Outputs
| Index | Name | Type | Is List | Connection Reference |
|---|---|---|---|---|
0 | STEPS | INT | No | ["{node_id}", 0] |
1 | REFINER_STEP | INT | No | ["{node_id}", 1] |
2 | CFG | FLOAT | No | ["{node_id}", 2] |
3 | SAMPLER | eulereuler_cfg_ppeuler_ancestraleuler_ancestral_cfg_ppheunheunpp2exp_heun_2_x0exp_heun_2_x0_sdedpm_2dpm_2_ancestrallmsdpm_fastdpm_adaptivedpmpp_2s_ancestraldpmpp_2s_ancestral_cfg_ppdpmpp_sdedpmpp_sde_gpudpmpp_2mdpmpp_2m_cfg_ppdpmpp_2m_sdedpmpp_2m_sde_gpudpmpp_2m_sde_heundpmpp_2m_sde_heun_gpudpmpp_3m_sdedpmpp_3m_sde_gpuddpmlcmipndmipndm_vdeisres_multistepres_multistep_cfg_ppres_multistep_ancestralres_multistep_ancestral_cfg_ppgradient_estimationgradient_estimation_cfg_pper_sdeseeds_2seeds_3sa_solversa_solver_peceddimuni_pcuni_pc_bh2 | No | ["{node_id}", 3] |
4 | SCHEDULER | simplesgm_uniformkarrasexponentialddim_uniformbetanormallinear_quadratickl_optimal | No | ["{node_id}", 4] |
How to connect to these outputs
To connect another node's input to an output from this node, use the connection reference format:
["node_id", output_index]Where node_id is the ID of this KSampler Config (rgthree) node in your workflow, and output_index is the index from the table above.
Example
If this node has ID "5" in your workflow:
STEPS (INT):["5", 0]REFINER_STEP (INT):["5", 1]CFG (FLOAT):["5", 2]
Was this page helpful?