fix(nodes): fix image output schema customization

This commit is contained in:
psychedelicious
2023-04-18 13:40:55 +10:00
parent 1a22d50269
commit daaf41daab

View File

@@ -41,7 +41,7 @@ class ImageOutput(BaseInvocationOutput):
class Config:
schema_extra = {
"required": ["type", "image", "created", "width", "height", "mode", "info"]
"required": ["type", "image", "width", "height", "mode"]
}