ArliAiImageToImageRequest

constructor(sdModelCheckpoint: String, prompt: String, negativePrompt: String, initImages: List<String>, mask: String?, denoisingStrength: Float, steps: Int, samplerName: String, width: Int, height: Int, seed: Long?, cfgScale: Float, batchSize: Int, restoreFaces: Boolean, maskBlur: Int?, inPaintingFill: Int?, inPaintFullRes: Boolean?, inPaintFullResPadding: Int?, inPaintingMaskInvert: Int?, 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)