ComfyUI Node: AB SamplerCustom (experimental)
Authored by bmad4ever
Created 12 months ago
Updated about a month ago
8 stars
Category
Bmad/experimental
Inputs
add_noise BOOLEAN
noise_seed INT
sampler SAMPLER
latent_image LATENT
cfgA FLOAT
cfgB FLOAT
sigmasA SIGMAS
sigmasB SIGMAS
modelA MODEL
positive_A CONDITIONING
negative_A CONDITIONING
positive_B CONDITIONING
negative_B CONDITIONING
modelB MODEL
roi_mask MASK
Outputs
LATENT
LATENT
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 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.
Authored by bmad4ever