TextToImageRequest
constructor(prompt: String, negativePrompt: String, steps: Int, cfgScale: Float, width: Int, height: Int, batchSize: Int, restoreFaces: Boolean, seed: String?, subSeed: String?, subSeedStrength: Float?, samplerIndex: String, scheduler: String? = null, alwaysOnScripts: JsonObject? = null, enableHr: Boolean? = null, hrUpscaler: String? = null, hrScale: Float? = null, hrSecondPassSteps: Int? = null, hrCfg: Float? = null, hrDistilledCfg: Float? = null, denoisingStrength: Float? = null, overrideSettings: OverrideSettings? = null)(source)