Text2VideoUltra constructor
const
Text2VideoUltra({})
Implementation
const Text2VideoUltra({
required this.key,
this.webhook,
this.trackId,
required this.prompt,
this.negativePrompt,
this.seed,
this.resolution = "512x512",
this.numFrames = 30,
this.numInferenceSteps = 50,
this.guidanceScale = 7.5,
this.fps = 8,
this.portrait,
this.sampleShift,
});