Update nodes.py

This commit is contained in:
kijai 2024-04-22 19:53:04 +03:00
parent 171b70bfa5
commit b80ba59516

View File

@ -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