Class MotionModuleConfig
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
TemporalFalloff
Gets or sets the temporal falloff for edge frames.
public double TemporalFalloff { get; set; }
Property Value
TemporalSmoothing
Gets or sets the temporal smoothing strength (0-1).
public double TemporalSmoothing { get; set; }
Property Value
Version
Gets or sets the motion module version.
public string Version { get; set; }
Property Value
Methods
Clone()
Clones this configuration.
public MotionModuleConfig Clone()