mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-14 15:24:34 +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],
|
kernel = np.array([[c, 1, c],
|
||||||
[1, 1, 1],
|
[1, 1, 1],
|
||||||
[c, 1, c]])
|
[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 = []
|
out = []
|
||||||
previous_output = None
|
previous_output = None
|
||||||
current_expand = expand
|
current_expand = expand
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user