Class StabilityEraseRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class StabilityEraseRequest : StabilityGenerationRequest
Properties
| Edit this page View SourceGrowMask
Optional. Grows the edges of the mask outward in all directions by the specified number of pixels. The expanded area around the mask will be blurred to smooth the transition. Range between 0 and 20. Default 5.
Declaration
[JsonProperty("grow_mask")]
public int? GrowMask { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |