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 15880e6 commit 19ecdb1Copy full SHA for 19ecdb1
invokeai/app/invocations/create_gradient_mask.py
@@ -47,7 +47,7 @@ class GradientMaskOutput(BaseInvocationOutput):
47
class CreateGradientMaskInvocation(BaseInvocation):
48
"""Creates mask for denoising model run."""
49
50
- mask: ImageField= InputField(description="Image which will be masked", ui_order=1)
+ mask: ImageField = InputField(description="Image which will be masked", ui_order=1)
51
edge_radius: int = InputField(
52
default=16, ge=0, description="How far to blur/expand the edges of the mask", ui_order=2
53
)
0 commit comments