Prep for splitting pre-processor and controlnet nodes

This commit is contained in:
user1 2023-05-05 17:11:31 -07:00 committed by Kent Keirsey
parent d96e727dd5
commit b0727b9d47

View File

@ -98,7 +98,6 @@ class ImageProcessorInvocation(BaseInvocation, PILInvocationConfig):
def invoke(self, context: InvocationContext) -> ImageOutput:
raw_image = context.services.images.get(
self.image.image_type, self.image.image_name
)
# image type should be PIL.PngImagePlugin.PngImageFile ?