Class PixelLabAnimateRequest
Inheritance
object
RESTRequestBody
PixelLabAnimateRequest
Inherited Members
Namespace: Glitch9.AIDevKit.PixelLab
Assembly: .dll
Syntax
public abstract class PixelLabAnimateRequest : PixelLabRequest
Properties
InitialImages
Optional. Initial images to start the generation from
Declaration
public PixelLabImage[] InitialImages { get; set; }
Property Value
Type | Description |
---|---|
PixelLabImage[] |
InpaintingImages
Optional. Images used for showing the model with connected skeleton
Declaration
public PixelLabImage[] InpaintingImages { get; set; }
Property Value
Type | Description |
---|---|
PixelLabImage[] |
MaskImages
Optional. Inpainting / mask image (black and white image, where the white is where the model should inpaint)
Declaration
public PixelLabImage[] MaskImages { get; set; }
Property Value
Type | Description |
---|---|
PixelLabImage[] |
ReferenceImage
Required. Reference image to animate
Declaration
public PixelLabImage ReferenceImage { get; set; }
Property Value
Type | Description |
---|---|
PixelLabImage |