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)
Properties
Link copied to clipboard
Exposes the denoisingStrength 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 restoreFaces 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 subSeedStrength value used by the SDAI domain layer.
Link copied to clipboard
Exposes the type value used by the SDAI domain layer.