Class StabilityOutpaintingRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class StabilityOutpaintingRequest : StabilityGenerationRequest
Properties
| Edit this page View SourceDown
Optional. The number of pixels to outpaint on the bottom of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.
Declaration
[JsonProperty("down")]
public int? Down { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Left
Optional. The number of pixels to outpaint on the left side of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.
Declaration
[JsonProperty("left")]
public int? Left { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Right
Optional. The number of pixels to outpaint on the right side of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.
Declaration
[JsonProperty("right")]
public int? Right { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Up
Optional. The number of pixels to outpaint on the top of the image. At least one outpainting direction must be supplied with a non-zero value. Range 0 to 2000. Default 0.
Declaration
[JsonProperty("up")]
public int? Up { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |