AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class PixelLabAnimateRequest

    Inheritance
    object
    RESTRequestBody
    PixelLabRequest
    PixelLabAnimateRequest
    AnimateWithSkeletonsRequest
    AnimateWithTextRequest
    Inherited Members
    PixelLabRequest.Size
    PixelLabRequest.Isometric
    PixelLabRequest.ColorImage
    PixelLabRequest.Seed
    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

    Extension Methods

    RequestExtensions.ExecuteAsync(PixelLabAnimateRequest)
    In this article
    Back to top Generated by DocFX