Skip to content

Commit 19ecdb1

Browse files
chore: ruff
1 parent 15880e6 commit 19ecdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/invocations/create_gradient_mask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class GradientMaskOutput(BaseInvocationOutput):
4747
class CreateGradientMaskInvocation(BaseInvocation):
4848
"""Creates mask for denoising model run."""
4949

50-
mask: ImageField= InputField(description="Image which will be masked", ui_order=1)
50+
mask: ImageField = InputField(description="Image which will be masked", ui_order=1)
5151
edge_radius: int = InputField(
5252
default=16, ge=0, description="How far to blur/expand the edges of the mask", ui_order=2
5353
)

0 commit comments

Comments
 (0)