Class StabilityInpaintOptions
Inheritance
StabilityInpaintOptions
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.Provider.Stability.dll
Syntax
public class StabilityInpaintOptions : StabilityImageOptions, IImageRequestOptions, IProviderRequestOptions
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
public int? GrowMask { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |