Skip to content

Commit 5ad88c7

Browse files
JPPhotopsychedelicious
authored andcommitted
Fixed classification
1 parent 3b04fef commit 5ad88c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/invocations/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
4242
tags=["image"],
4343
category="image",
4444
version="1.2.0",
45-
classification=Classification.Beta,
4645
)
4746
class BlankImageInvocation(BaseInvocation, WithMetadata):
4847
"""Creates a blank image and forwards it to the pipeline"""
@@ -429,6 +428,7 @@ def invoke(self, context: InvocationContext) -> ImageOutput:
429428
tags=["image", "unsharp_mask"],
430429
category="image",
431430
version="1.2.0",
431+
classification=Classification.Beta,
432432
)
433433
class UnsharpMaskInvocation(BaseInvocation, WithMetadata):
434434
"""Applies an unsharp mask filter to an image"""

0 commit comments

Comments
 (0)