GenerationResultEntity

data class GenerationResultEntity(val id: Long, val imageBase64: String, val originalImageBase64: String, val createdAt: Long, val generationType: String, val prompt: String, val negativePrompt: String, val width: Int, val height: Int, val samplingSteps: Int, val cfgScale: Float, val restoreFaces: Boolean, val sampler: String, val seed: String, val subSeed: String, val subSeedStrength: Float, val denoisingStrength: Float, val hidden: Boolean)(source)

Carries GenerationResultEntity data through the SDAI storage layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: Long, imageBase64: String, originalImageBase64: String, createdAt: Long, generationType: String, prompt: String, negativePrompt: String, width: Int, height: Int, samplingSteps: Int, cfgScale: Float, restoreFaces: Boolean, sampler: String, seed: String, subSeed: String, subSeedStrength: Float, denoisingStrength: Float, hidden: Boolean)

Properties

Link copied to clipboard

Exposes the cfgScale value used by the SDAI storage layer.

Link copied to clipboard

Exposes the createdAt value used by the SDAI storage layer.

Link copied to clipboard

Exposes the denoisingStrength value used by the SDAI storage layer.

Link copied to clipboard

Exposes the generationType value used by the SDAI storage layer.

Link copied to clipboard
val height: Int

Exposes the height value used by the SDAI storage layer.

Link copied to clipboard

Exposes the hidden value used by the SDAI storage layer.

Link copied to clipboard
val id: Long

Exposes the id value used by the SDAI storage layer.

Link copied to clipboard

Exposes the imageBase64 value used by the SDAI storage layer.

Link copied to clipboard

Exposes the negativePrompt value used by the SDAI storage layer.

Link copied to clipboard

Exposes the originalImageBase64 value used by the SDAI storage layer.

Link copied to clipboard

Exposes the prompt value used by the SDAI storage layer.

Link copied to clipboard

Exposes the restoreFaces value used by the SDAI storage layer.

Link copied to clipboard

Exposes the sampler value used by the SDAI storage layer.

Link copied to clipboard

Exposes the samplingSteps value used by the SDAI storage layer.

Link copied to clipboard

Exposes the seed value used by the SDAI storage layer.

Link copied to clipboard

Exposes the subSeed value used by the SDAI storage layer.

Link copied to clipboard

Exposes the subSeedStrength value used by the SDAI storage layer.

Link copied to clipboard
val width: Int

Exposes the width value used by the SDAI storage layer.