Table of Contents

Class PixelLabAnimateRequest

public abstract class PixelLabAnimateRequest : PixelLabRequest
Inheritance
object
RESTRequestBody
PixelLabAnimateRequest
Derived
Inherited Members
Extension Methods

Properties

InitialImages

Optional. Initial images to start the generation from

public PixelLabImage[] InitialImages { get; set; }

Property Value

PixelLabImage[]

InpaintingImages

Optional. Images used for showing the model with connected skeleton

public PixelLabImage[] InpaintingImages { get; set; }

Property Value

PixelLabImage[]

MaskImages

Optional. Inpainting / mask image (black and white image, where the white is where the model should inpaint)

public PixelLabImage[] MaskImages { get; set; }

Property Value

PixelLabImage[]

ReferenceImage

Required. Reference image to animate

public PixelLabImage ReferenceImage { get; set; }

Property Value

PixelLabImage