Update image_nodes.py

This commit is contained in:
kijai 2025-04-06 11:39:21 +03:00
parent 6c997afd5f
commit c8f5fc0760

View File

@ -3152,8 +3152,8 @@ class ImagePadKJ:
}, },
"optional": { "optional": {
"mask": ("MASK", ), "mask": ("MASK", ),
"target_width": ("INT", {"default": 512, "min": 0, "max": MAX_RESOLUTION, "step": 1, }), "target_width": ("INT", {"default": 512, "min": 0, "max": MAX_RESOLUTION, "step": 1, "forceInput": True}),
"target_height": ("INT", {"default": 512, "min": 0, "max": MAX_RESOLUTION, "step": 1, }), "target_height": ("INT", {"default": 512, "min": 0, "max": MAX_RESOLUTION, "step": 1, "forceInput": True}),
} }
} }