Class PixelLabAnimateRequest
public abstract class PixelLabAnimateRequest : PixelLabRequest
- Inheritance
-
objectRESTRequestBodyPixelLabAnimateRequest
- Derived
- Inherited Members
- Extension Methods
Properties
InitialImages
Optional. Initial images to start the generation from
public PixelLabImage[] InitialImages { get; set; }
Property Value
InpaintingImages
Optional. Images used for showing the model with connected skeleton
public PixelLabImage[] InpaintingImages { get; set; }
Property Value
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
ReferenceImage
Required. Reference image to animate
public PixelLabImage ReferenceImage { get; set; }