Skip to content

Commit b7b8f8a

Browse files
fix(nodes): remove WithMetadata from non-image-outputting node
1 parent e926d2f commit b7b8f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/invocations/mask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
227227
version="1.0.0",
228228
classification=Classification.Beta,
229229
)
230-
class GetMaskBoundingBoxInvocation(BaseInvocation, WithMetadata):
230+
class GetMaskBoundingBoxInvocation(BaseInvocation):
231231
"""Gets the bounding box of the given mask image."""
232232

233233
mask: ImageField = InputField(description="The mask to crop.")

0 commit comments

Comments
 (0)