diff --git a/comfy_extras/nodes_string.py b/comfy_extras/nodes_string.py index 8f0b194b3..e3a916d70 100644 --- a/comfy_extras/nodes_string.py +++ b/comfy_extras/nodes_string.py @@ -377,8 +377,8 @@ class GetRandomLine(): "seed": (IO.INT, {"default": 0, "min": 0, "max": 2147483647, - "step": 1, - "control_after_generate": True, + "step": 1, + "control_after_generate": True, "display": "number"},) } }