From 26cdd07f52fef226aaa6347cfc7b746fba4c9d9f Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:14:16 +0300 Subject: [PATCH] Update nodes.py --- nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index a62063e..2c87f90 100644 --- a/nodes.py +++ b/nodes.py @@ -334,7 +334,7 @@ class GrowMaskWithBlur: "blur_radius": ("INT", { "default": 0, "min": 0, - "max": 31, + "max": 999, "step": 1 }), "sigma": ("FLOAT", {