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
AnimateWithTextRequest
Assembly: .dll
Syntax
public class AnimateWithTextRequest : PixelLabAnimateRequest
Properties
ActionDescription
Required. Action description
Declaration
public string ActionDescription { get; set; }
Property Value
Description
Required. Character description
Declaration
public string Description { get; set; }
Property Value
Direction
Declaration
public PixelLabTypes.Direction? Direction { get; set; }
Property Value
FrameCount
Optional. Length of full animation (the model will always generate 4 frames)
Declaration
public int? FrameCount { get; set; }
Property Value
ImageGuidanceScale
Optional. How closely to follow the reference image
Min: 1, Max: 20, Default: 1.4
Declaration
public float? ImageGuidanceScale { get; set; }
Property Value
NegativeDescription
Optional. Negative prompt to guide what not to generate
Declaration
public string NegativeDescription { get; set; }
Property Value
StartFrame
Optional. Starting frame index of the full animation
Min: 0, Max: 20, Default: 0
Declaration
public int? StartFrame { get; set; }
Property Value
TextGuidanceScale
Optional. How closely to follow the text description
Min: 1, Max: 20, Default: 8
Declaration
public float? TextGuidanceScale { get; set; }
Property Value
View
Declaration
public PixelLabTypes.CameraView? View { get; set; }
Property Value
Extension Methods