Nodes/DDRK-Omega-Sampler/DDRK Omega Unified KSampler
ComfyUI Node

DDRK Omega Unified KSampler

A ComfyUI node in sampling/unified_samplers with 37 inputs and 1 output.

By HVOSTOVSKY·Created 22 days ago·Updated 12 days ago· 0
DDRK Omega Unified KSampler
  • model
  • positive
  • negative
  • latent_image
  • LATENT
seed0
steps20
cfg5.0
denoise1.00
scheduler_typeddrk_auto
flow_shift3.0
integratorauto
sde_strength0.08
sharpness0.30
saber_fusion0.30
warmup_steps0
beta_a2.0
beta_b1.0
auto_optimizetrue
smart_defaultsfalse
saber_modeauto
use_ema_sabertrue
ema_decay0.70
dyn_thresh_percentile0.995
latent_rescale0.00
hc2_corrector0.00
sigma_adapt0.00
hc2_max_order2
limiter_kappa1.00
momentum_beta0.25
sde_seed-1
s_churn0
s_tmin0.0
s_tmax999999
s_noise1.00
content_awaretrue
debug_modefalse
debug_tag
Categorysampling/unified_samplers

Inputs (37)

NameTypeDefaultDescription
modelMODEL
positiveCONDITIONING
negativeCONDITIONING
latent_imageLATENT
seedINT00–18446744073709550000
stepsINT201–1000
cfgFLOAT5.01–100
denoiseFLOAT1.000.01–1Denoise strength, as in the stock KSampler. Minimum is 0.01, not 0.0: denoise scales the step count via steps/denoise, so exactly 0.0 is a division by zero, and 0.0 denoise means 'do nothing' anyway.
scheduler_typeCOMBOddrk_auto9 options: ddrk_auto, ddrk_cosine, ddrk_beta, ddrk_flow_linear, ddrk_flow_cosmos, ddrk_fewstep, +3
flow_shiftFLOAT3.01–10
integratorCOMBOauto5 options: auto, hc2, rk4, heun, euler
sde_strengthFLOAT0.080–0.5
sharpnessFLOAT0.300–1.5
saber_fusionFLOAT0.300–1Stabilization blur. 0 = disabled. Disable for text/graphics.
warmup_stepsINT00–5
beta_aFLOAT2.00.1–10Shape parameter A, used only by ddrk_beta. Higher A front-loads larger steps at high sigma and leaves finer steps near sigma 0. Ignored by every other scheduler.
beta_bFLOAT1.00.1–10Shape parameter B, used only by ddrk_beta. Raising B above ~2 shifts resolution toward high sigma and leaves a large final step, which is usually undesirable. A=2, B=1 gives Karras-like monotonically shrinking steps.
auto_optimizeBOOLEANtrueAuto-disable SABER/SDE/momentum and force euler for FM few-step. Does NOT set steps/cfg.
smart_defaultsBOOLEANfalseAuto-detect architecture and set scheduler/integrator/shift/saber/sharpness only. Steps/CFG are checkpoint-specific and must be tuned manually.
saber_modeoptCOMBOauto3 options: auto, image, video
use_ema_saberoptBOOLEANtrue
ema_decayoptFLOAT0.700–0.99
dyn_thresh_percentileoptFLOAT0.9950.9–1
latent_rescaleoptFLOAT0.000–1Attenuates latent values beyond ~2 std from the per-image mean. 0 = disabled. Not classical CFG-rescale; renamed from 'cfg_rescale'.
hc2_correctoroptFLOAT0.000–1HC2 selective corrector. 0 = off. Otherwise, on any step where the high-order correction exceeds this fraction of the first-order step, HC2 spends a SECOND model call to re-evaluate the denoiser at the step's endpoint and redo the step with an interpolated slope instead of an extrapolated one. Costs one extra call per firing. Small values (0.01-0.05) fire almost every step; larger values fire only on difficult steps. EXPERIMENTAL: strong on synthetic tests, unvalidated on images.
sigma_adaptoptFLOAT0.000–0.5HC2 adaptive step placement. 0 = off. Otherwise the sampler may move the intermediate sigma values by up to this fraction to equalise estimated error across steps. Step COUNT, start and terminal zero are unchanged, so timing and the progress bar are unaffected. EXPERIMENTAL and the most speculative option here: schedules are already heavily tuned per model family, and nudging them may fight that tuning. Try 0.10-0.20.
hc2_max_orderoptINT21–3HC2 maximum order. 2 = second order, one model call per step (default). 3 = allow third order: uses two past denoiser evaluations, spends ONE extra model call on the first step to bootstrap (a multistep method's first step is otherwise first-order and caps the whole run's accuracy), and falls back to second order on any step where the expansion stops converging. Ignored by every other integrator.
limiter_kappaoptFLOAT1.000.1–3HC2 slope limiter. Caps the 2nd-order correction at this multiple of the 1st-order step, per element. 1.0 = the correction may at most double or cancel the step, never reverse it. Lower it (0.5-0.7) if high CFG still blows out highlights; raise it toward 2-3 to let HC2 run closer to unlimited 2nd order on smooth content. Ignored by every other integrator.
momentum_betaoptFLOAT0.250–0.8
sde_seedoptINT-1-1–18446744073709550000
s_churnoptFLOAT00–100EDM churn (Karras Alg 2). 0 = off. Try 5-15 for SDXL. EDM models only; silently ignored for Flow Matching.
s_tminoptFLOAT0.00–999999EDM churn lower sigma bound (Karras Alg 2). Churn only fires while s_tmin <= sigma <= s_tmax. 0.0 = no lower bound.
s_tmaxoptFLOAT9999990–999999EDM churn upper sigma bound. Default (max) means unbounded, matching Karras Alg 2's s_tmax=inf. Lower it to restrict churn to high-sigma steps only.
s_noiseoptFLOAT1.000–2EDM churn noise multiplier. 1.0 = standard.
content_awareoptBOOLEANtrueContent-aware SABER — edge-gated fusion. Disable for pixel-art/flat styles.
debug_modeoptBOOLEANfalseWrite a per-step diagnostics log (JSON+CSV+summary) to your ComfyUI output folder. Off by default; adds overhead only when on.
debug_tagoptSTRINGOptional label included in the debug log filename, e.g. 'test1'.

Outputs (1)

NameTypeDescription
LATENTLATENT