mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-09 21:04:41 +08:00
Update nodes.py
This commit is contained in:
parent
7cc091c1d0
commit
f6a65e32d3
2
nodes.py
2
nodes.py
@ -757,7 +757,7 @@ class GrowMaskWithBlur:
|
||||
kernel = np.array([[c, 1, c],
|
||||
[1, 1, 1],
|
||||
[c, 1, c]])
|
||||
growmask = mask.reshape((-1, mask.shape[-2], mask.shape[-1]))
|
||||
growmask = mask.reshape((-1, mask.shape[-2], mask.shape[-1])).cpu()
|
||||
out = []
|
||||
previous_output = None
|
||||
current_expand = expand
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user