Nodes/ComfyUI-Selective-Sigma-Detailer/Selective Sigma Detailer (Debug)
ComfyUI Node

Selective Sigma Detailer (Debug)

Debug variant of the SAMPLER node. Exposes the hardcoded constants (schedule start, ema, mask clip percentile) and the mask_ref output so the mask can be inspected via the debug preview node. Defaults match the main node's internal values; change them only to experiment or diagnose unexpected behavior.

By Capacap·Created 4 months ago·Updated 3 months ago· 1
Selective Sigma Detailer (Debug)
  • sampler
  • sampler
  • mask_ref
strength0.100
coverage0.50
start0.10
end0.90
ema0.90
mask_clip_percentile0.200
mask_overrideoff
Categorysampling/custom_sampling/samplers

Inputs (8)

NameTypeDefaultDescription
samplerSAMPLER
strengthFLOAT0.100-1–1
coverageFLOAT0.500–1
startFLOAT0.100–1Fraction of schedule to skip before applying detail. At least 1 step is always skipped.
endFLOAT0.900–1Fraction of schedule at which the tail taper hits zero. At least 1 step at the end is always clean.
emaFLOAT0.900–1Temporal mask smoothing. 0 = per-step, higher = stronger carryover across steps.
mask_clip_percentileFLOAT0.2000–0.49Clip the top/bottom fraction of delta values before min/max stretch.
mask_overrideCOMBOoffForce the mask to a constant for blend-path diagnostics. 'ones' at coverage<1 should match the coverage=1 fast path; 'zeros' should match baseline; 'half' isolates pure x0 blending.

Outputs (2)

NameTypeDescription
samplerSAMPLER
mask_refSSD_MASK_REF