Extensions/comfyui_ab_sampler
ComfyUI Extension

comfyui_ab_sampler

Experimental sampler node. Sampling alternates between A and B inputs until only one remains, starting with A. B steps run over a 2x2 grid, where 3/4's of the grid are…

By bmad4ever·Created 3 years ago·Updated 2 years ago· 11
bmad4ever/comfyui_ab_samplercustom
Nodes1
On cloudLocal install
CategoryBmad/experimental
Stars11
Updated2 years ago
Readme

comfyui_ab_sampler

Experimental sampler node.

Sampling alternates between A and B inputs until only one remains, starting with A.

B steps run over a 2x2 grid, where 3/4's of the grid are copies of the original input latent.

When the optional mask is used, the region outside the defined roi is copied from the original latent at the end of every step.

Disclaimer: its applications should be rather niche and there are likely better alternative approaches.