mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-14 06:03:29 +08:00
Remove print.
This commit is contained in:
parent
092531368b
commit
aab7a9b646
@ -40,7 +40,6 @@ def composite(destination, source, x, y, mask = None, multiplier = 8, resize_sou
|
||||
|
||||
inverse_mask = torch.ones_like(mask) - mask
|
||||
|
||||
print(mask.shape, source.shape, source[..., :visible_height, :visible_width].shape)
|
||||
source_portion = mask * source[..., :visible_height, :visible_width]
|
||||
destination_portion = inverse_mask * destination[..., top:bottom, left:right]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user