From b80ba59516ace0882e256e9e7a334b6b4320c2c5 Mon Sep 17 00:00:00 2001 From: kijai <40791699+kijai@users.noreply.github.com> Date: Mon, 22 Apr 2024 19:53:04 +0300 Subject: [PATCH] Update nodes.py --- nodes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nodes.py b/nodes.py index be07541..f4f3704 100644 --- a/nodes.py +++ b/nodes.py @@ -987,7 +987,9 @@ class ColorToMask: FUNCTION = "clip" CATEGORY = "KJNodes/masking" DESCRIPTION = """ -Converts chosen RGB value to a mask +Converts chosen RGB value to a mask. +With batch inputs, the **per_batch** +controls the number of images processed at once. """ @classmethod