Class StabilityInpaintingRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class StabilityInpaintingRequest : 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? |
Mask
Optional. Controls the strength of the inpainting process on a per-pixel basis, either via a second image or the alpha channel of the image parameter.
Declaration
[JsonProperty("mask")]
public string Mask { get; set; }
Property Value
| Type | Description |
|---|---|
| string |