Text2Video constructor
const
Text2Video({})
Implementation
const Text2Video({
required this.key,
this.webhook,
this.trackId,
required this.modelId,
required this.prompt,
this.negativePrompt,
this.seed,
this.width = 512,
this.height = 512,
this.numFrames = 30,
this.numInferenceSteps = 50,
this.guidanceScale = 7.5,
this.fps = 8,
});