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 bec8889 commit 3b04fefCopy full SHA for 3b04fef
invokeai/app/invocations/image.py
@@ -42,6 +42,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
42
tags=["image"],
43
category="image",
44
version="1.2.0",
45
+ classification=Classification.Beta,
46
)
47
class BlankImageInvocation(BaseInvocation, WithMetadata):
48
"""Creates a blank image and forwards it to the pipeline"""
0 commit comments