fix(nodes): fix ImageOutput Config

This commit is contained in:
psychedelicious 2023-05-06 19:47:58 +10:00
parent 4e56c962f4
commit d0bac1675e

View File

@ -38,7 +38,7 @@ class ImageOutput(BaseInvocationOutput):
# fmt: on
class Config:
schema_extra = {"required": ["type", "image", "width", "height", "mode"]}
schema_extra = {"required": ["type", "image", "width", "height"]}
def build_image_output(