BrushNet icon indicating copy to clipboard operation
BrushNet copied to clipboard

mask in brushnet-sdxl-pipeline

Open D222097 opened this issue 1 year ago • 0 comments

Curious how mask works in the sdxl pipeline, my mask is modified by the code: original_mask=(original_mask.sum(1)[:,None,:,:] < 0).to(image.dtype)

my original mask: val-mask-for-cond after process: original_mask

D222097 avatar May 23 '24 03:05 D222097