Update image_nodes.py

This commit is contained in:
kijai 2025-04-03 01:06:51 +03:00
parent 57195496fa
commit 843805b1fb

View File

@ -3151,7 +3151,7 @@ class ImagePadKJ:
"color": ("STRING", {"default": "0, 0, 0", "tooltip": "Color as RGB values in range 0-255, separated by commas."}),
}
, "optional": {
"masks": ("MASK", ),
"mask": ("MASK", ),
}
}