AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class AnimateWithTextRequest

    Creates a pixel art animation based on text description and parameters.

    Supported image sizes:

    • 64x64

      Supported features:
    • Text-guided animation generation
    • Inpainting
    • Init image
    • Forced palette
    • Multiple frames
    Inheritance
    object
    RESTRequestBody
    PixelLabRequest
    PixelLabAnimateRequest
    AnimateWithTextRequest
    Inherited Members
    PixelLabAnimateRequest.ReferenceImage
    PixelLabAnimateRequest.InitialImages
    PixelLabAnimateRequest.InpaintingImages
    PixelLabAnimateRequest.MaskImages
    PixelLabRequest.Size
    PixelLabRequest.Isometric
    PixelLabRequest.ColorImage
    PixelLabRequest.Seed
    Namespace: Glitch9.AIDevKit.PixelLab
    Assembly: .dll
    Syntax
    public class AnimateWithTextRequest : PixelLabAnimateRequest

    Properties

    ActionDescription

    Required. Action description

    Declaration
    public string ActionDescription { get; set; }
    Property Value
    Type Description
    string

    Description

    Required. Character description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    string

    Direction

    Declaration
    public PixelLabTypes.Direction? Direction { get; set; }
    Property Value
    Type Description
    PixelLabTypes.Direction?

    FrameCount

    Optional. Length of full animation (the model will always generate 4 frames)

    Declaration
    public int? FrameCount { get; set; }
    Property Value
    Type Description
    int?

    ImageGuidanceScale

    Optional. How closely to follow the reference image Min: 1, Max: 20, Default: 1.4

    Declaration
    public float? ImageGuidanceScale { get; set; }
    Property Value
    Type Description
    float?

    NegativeDescription

    Optional. Negative prompt to guide what not to generate

    Declaration
    public string NegativeDescription { get; set; }
    Property Value
    Type Description
    string

    StartFrame

    Optional. Starting frame index of the full animation Min: 0, Max: 20, Default: 0

    Declaration
    public int? StartFrame { get; set; }
    Property Value
    Type Description
    int?

    TextGuidanceScale

    Optional. How closely to follow the text description Min: 1, Max: 20, Default: 8

    Declaration
    public float? TextGuidanceScale { get; set; }
    Property Value
    Type Description
    float?

    View

    Declaration
    public PixelLabTypes.CameraView? View { get; set; }
    Property Value
    Type Description
    PixelLabTypes.CameraView?

    Extension Methods

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