Update nodes.py

This commit is contained in:
kijai 2023-10-17 20:14:16 +03:00
parent 73fe2f61d6
commit 26cdd07f52

View File

@ -334,7 +334,7 @@ class GrowMaskWithBlur:
"blur_radius": ("INT", {
"default": 0,
"min": 0,
"max": 31,
"max": 999,
"step": 1
}),
"sigma": ("FLOAT", {