TextToImageRequest
@Serializable
Carries TextToImageRequest data through the SDAI network layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
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)
Properties
Link copied to clipboard
Exposes the alwaysOnScripts value used by the SDAI network layer.
Link copied to clipboard
Exposes the denoisingStrength value used by the SDAI network layer.
Link copied to clipboard
Exposes the hrDistilledCfg value used by the SDAI network layer.
Link copied to clipboard
Exposes the hrSecondPassSteps value used by the SDAI network layer.
Link copied to clipboard
Exposes the hrUpscaler value used by the SDAI network layer.
Link copied to clipboard
Exposes the negativePrompt value used by the SDAI network layer.
Link copied to clipboard
Exposes the overrideSettings value used by the SDAI network layer.
Link copied to clipboard
Exposes the restoreFaces value used by the SDAI network layer.
Link copied to clipboard
Exposes the samplerIndex value used by the SDAI network layer.
Link copied to clipboard
Exposes the subSeedStrength value used by the SDAI network layer.