Table of Contents

Class AnimateWithSkeletonsRequest

Creates a pixel art animation based on the provided parameters. Called "Animate with skeleton" in the plugin.

Supported image sizes:

  • 16x16
  • 32x32
  • 64x64
  • 128x128
  • 256x256

    Supported features:
  • Inpainting
  • Init image
  • Forced palette
public class AnimateWithSkeletonsRequest : PixelLabAnimateRequest
Inheritance
object
RESTRequestBody
AnimateWithSkeletonsRequest
Inherited Members
Extension Methods

Properties

GuidanceScale

Optional. How closely to follow the reference image and skeleton keypoints Min: 1, Max: 20, Default: 4

public int? GuidanceScale { get; set; }

Property Value

int?

SkeletonKeypoints

Optional.Skeleton Keypoints[]

public PixelLabKeypoints[] SkeletonKeypoints { get; set; }

Property Value

PixelLabKeypoints[]