ArliAiTextToImageRequest
constructor(sdModelCheckpoint: String, prompt: String, negativePrompt: String, steps: Int, samplerName: String, width: Int, height: Int, seed: Long?, cfgScale: Float, batchSize: Int, restoreFaces: Boolean, detailerEnabled: Boolean? = null, detailerPrompt: String? = null, detailerNegative: String? = null, detailerSteps: Int? = null, detailerStrength: Float? = null, detailerModel: String? = null, detailerConfidence: Float? = null, detailerPadding: Int? = null, detailerBlur: Int? = null)(source)