We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e926d2f commit b7b8f8aCopy full SHA for b7b8f8a
invokeai/app/invocations/mask.py
@@ -227,7 +227,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
227
version="1.0.0",
228
classification=Classification.Beta,
229
)
230
-class GetMaskBoundingBoxInvocation(BaseInvocation, WithMetadata):
+class GetMaskBoundingBoxInvocation(BaseInvocation):
231
"""Gets the bounding box of the given mask image."""
232
233
mask: ImageField = InputField(description="The mask to crop.")
0 commit comments