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