ComfyUI Node
🧪 X0 Accumulator (Experimental)
A ComfyUI node in BoyoNodes/Experimental with 4 inputs and 1 output.
🧪 X0 Accumulator (Experimental)
- sampler
- sampler
â—„weightingexponentialâ–º
â—„blend_strength0.35â–º
â—„tail_steps3â–º
CategoryBoyoNodes/Experimental
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| sampler | SAMPLER | Any SAMPLER — KSamplerSelect or another BoyoExperimental node. | |
| weighting | COMBO | exponential | How to weight x0 predictions across steps. exponential : late steps dominate hard — max detail. linear : smooth ramp early→late. uniform : equal weight — subtle, safe start. late_only : only last N steps (set tail_steps). |
| blend_strength | FLOAT | 0.350–1 | How much of the accumulated x0 prediction to blend in. 0.0 = bypass, standard sampler output. 0.35 = recommended starting point. 1.0 = full accumulation, no standard output. |
| tail_steps | INT | 31–8 | Steps to use for late_only weighting. Ignored for other modes. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| sampler | SAMPLER | — |