TextToImagePayloadDto
@Serializable
Carries TextToImagePayloadDto data through the SDAI background work feature layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(prompt: String, negativePrompt: String, samplingSteps: Int, cfgScale: Float, width: Int, height: Int, restoreFaces: Boolean, seed: String, subSeed: String, subSeedStrength: Float, sampler: String, nsfw: Boolean, batchCount: Int, style: String?, quality: String?, openAiModel: String?, stabilityAiClipGuidance: String?, stabilityAiStylePreset: String?)
Types
Properties
Link copied to clipboard
Exposes the batchCount value used by the SDAI background work feature layer.
Link copied to clipboard
Exposes the negativePrompt value used by the SDAI background work feature layer.
Link copied to clipboard
Exposes the openAiModel value used by the SDAI background work feature layer.
Link copied to clipboard
Exposes the restoreFaces value used by the SDAI background work feature layer.
Link copied to clipboard
Exposes the samplingSteps value used by the SDAI background work feature layer.
Link copied to clipboard
Exposes the stabilityAiClipGuidance value used by the SDAI background work feature layer.
Link copied to clipboard
Exposes the stabilityAiStylePreset value used by the SDAI background work feature layer.
Link copied to clipboard
Exposes the subSeedStrength value used by the SDAI background work feature layer.