Table of Contents

Class MotionModuleConfig

Namespace
AiDotNet.Diffusion.Models
Assembly
AiDotNet.dll

Configuration for AnimateDiff motion modules.

public class MotionModuleConfig
Inheritance
MotionModuleConfig
Inherited Members

Properties

PreserveFirstFrame

Gets or sets whether to preserve the first frame in image-to-video.

public bool PreserveFirstFrame { get; set; }

Property Value

bool

TemporalFalloff

Gets or sets the temporal falloff for edge frames.

public double TemporalFalloff { get; set; }

Property Value

double

TemporalSmoothing

Gets or sets the temporal smoothing strength (0-1).

public double TemporalSmoothing { get; set; }

Property Value

double

Version

Gets or sets the motion module version.

public string Version { get; set; }

Property Value

string

Methods

Clone()

Clones this configuration.

public MotionModuleConfig Clone()

Returns

MotionModuleConfig