Package-level declarations
Types
Link copied to clipboard
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)
Carries GenerationResultEntity data through the SDAI storage layer.
Link copied to clipboard
data class HuggingFaceModelEntity(val id: String, val name: String, val alias: String, val source: String)
Carries HuggingFaceModelEntity data through the SDAI storage layer.
Link copied to clipboard
Link copied to clipboard
Carries SupporterEntity data through the SDAI storage layer.