RealtimeText2ImageSchema constructor
const
RealtimeText2ImageSchema({})
Implementation
const RealtimeText2ImageSchema({
required this.key,
this.webhook,
this.trackId,
required this.prompt,
this.initImage,
this.negativePrompt,
this.strength,
this.base64,
this.seed,
this.guidanceScale,
this.numInferenceSteps,
this.width = 512,
this.height = 512,
this.samples = 1,
});