interface VideoModelOptions {
    fps?: Options<number>;
    guidance?: NumRange;
    sampler: Options<string>;
    scheduler: Options<string>;
    steps?: NumRange;
    type: "video";
}

Properties

fps?: Options<number>
guidance?: NumRange
sampler: Options<string>
scheduler: Options<string>
steps?: NumRange
type: "video"