GalleryDetailContent

data class GalleryDetailContent(val showReportButton: Boolean = false, val generationType: AiGenerationResult.Type, val id: Long, val imageBase64: String, val image: ImageBitmap?, val inputImageBase64: String?, val inputImage: ImageBitmap?, val createdAt: String, val type: String, val prompt: String, val negativePrompt: String, val size: String, val samplingSteps: String, val cfgScale: String, val restoreFaces: String, val sampler: String, val seed: String, val subSeed: String, val subSeedStrength: String, val denoisingStrength: String, val hidden: Boolean)(source)

Carries GalleryDetailContent data through the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(showReportButton: Boolean = false, generationType: AiGenerationResult.Type, id: Long, imageBase64: String, image: ImageBitmap?, inputImageBase64: String?, inputImage: ImageBitmap?, createdAt: String, type: String, prompt: String, negativePrompt: String, size: String, samplingSteps: String, cfgScale: String, restoreFaces: String, sampler: String, seed: String, subSeed: String, subSeedStrength: String, denoisingStrength: String, hidden: Boolean)

Properties

Link copied to clipboard

Exposes the cfgScale value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the createdAt value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the denoisingStrength value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the generationType value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the hidden value used by the SDAI presentation layer.

Link copied to clipboard
val id: Long

Exposes the id value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the image value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the imageBase64 value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the inputImage value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the inputImageBase64 value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the negativePrompt value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the prompt value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the restoreFaces value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the sampler value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the samplingSteps value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the seed value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the showReportButton value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the size value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the subSeed value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the subSeedStrength value used by the SDAI presentation layer.

Link copied to clipboard

Exposes the type value used by the SDAI presentation layer.

Functions

Link copied to clipboard

Executes the paramsText step in the SDAI presentation layer.

Link copied to clipboard

Executes the selectedImageBase64 step in the SDAI presentation layer.