Update nodes.py

This commit is contained in:
kijai 2023-11-10 01:42:24 +02:00
parent af90b7b842
commit dccee73432

View File

@ -1575,7 +1575,7 @@ class RoundMask:
RETURN_TYPES = ("MASK",)
FUNCTION = "round"
CATEGORY = "KJNodes"
CATEGORY = "KJNodes/masking"
def round(self, mask):
mask = mask.round()