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