ArliAiImageToImageRequest
@Serializable
JSON payload for ArliAI image-to-image generation.
The field names follow the SDNext-compatible ArliAI API. Optional mask and detailer fields are omitted when the source payload does not provide them.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
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)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard