Class StabilitySearchAndReplaceRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class StabilitySearchAndReplaceRequest : 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? |
SearchPrompt
Short description of what to inpaint in the image. Maximum 10000 characters.
Declaration
[JsonProperty("search_prompt ")]
public string SearchPrompt { get; set; }
Property Value
| Type | Description |
|---|---|
| string |