AiGenerationResult

data class AiGenerationResult(val id: Long, val image: String, val inputImage: String, val createdAt: Long, val type: AiGenerationResult.Type, 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 AiGenerationResult data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: Long, image: String, inputImage: String, createdAt: Long, type: AiGenerationResult.Type, 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)

Types

Link copied to clipboard

Coordinates Type behavior in the SDAI domain layer.

Properties

Link copied to clipboard

Exposes the cfgScale value used by the SDAI domain layer.

Link copied to clipboard

Exposes the createdAt value used by the SDAI domain layer.

Link copied to clipboard

Exposes the denoisingStrength value used by the SDAI domain layer.

Link copied to clipboard
val height: Int

Exposes the height value used by the SDAI domain layer.

Link copied to clipboard

Exposes the hidden value used by the SDAI domain layer.

Link copied to clipboard
val id: Long

Exposes the id value used by the SDAI domain layer.

Link copied to clipboard

Exposes the image value used by the SDAI domain layer.

Link copied to clipboard

Exposes the inputImage value used by the SDAI domain layer.

Link copied to clipboard

Exposes the negativePrompt value used by the SDAI domain layer.

Link copied to clipboard

Exposes the prompt value used by the SDAI domain layer.

Link copied to clipboard

Exposes the restoreFaces value used by the SDAI domain layer.

Link copied to clipboard

Exposes the sampler value used by the SDAI domain layer.

Link copied to clipboard

Exposes the samplingSteps value used by the SDAI domain layer.

Link copied to clipboard

Exposes the seed value used by the SDAI domain layer.

Link copied to clipboard

Exposes the subSeed value used by the SDAI domain layer.

Link copied to clipboard

Exposes the subSeedStrength value used by the SDAI domain layer.

Link copied to clipboard

Exposes the type value used by the SDAI domain layer.

Link copied to clipboard
val width: Int

Exposes the width value used by the SDAI domain layer.