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 3b04fef commit 5ad88c7Copy full SHA for 5ad88c7
invokeai/app/invocations/image.py
@@ -42,7 +42,6 @@ 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"""
@@ -429,6 +428,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
429
428
tags=["image", "unsharp_mask"],
430
431
+ classification=Classification.Beta,
432
433
class UnsharpMaskInvocation(BaseInvocation, WithMetadata):
434
"""Applies an unsharp mask filter to an image"""
0 commit comments