ArliAiTextToImageRequest
@Serializable
JSON payload for ArliAI text-to-image generation.
The field names follow the SDNext-compatible ArliAI API. Optional detailer fields are omitted unless ADetailer is enabled in the domain payload mapper.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
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)
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