feat(nodes): fix typo in PasteImageInvocation

This commit is contained in:
psychedelicious 2023-04-09 22:33:16 +10:00
parent dad3a7f263
commit 427db7c7e2

View File

@ -139,7 +139,7 @@ class PasteImageInvocation(BaseInvocation):
None
if self.mask is None
else ImageOps.invert(
services.images.get(self.mask.image_type, self.mask.image_name)
context.services.images.get(self.mask.image_type, self.mask.image_name)
)
)
# TODO: probably shouldn't invert mask here... should user be required to do it?