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
data class LocalModelEntity(val id: String, val type: String, val name: String, val size: String, val sources: List<String>)

Carries LocalModelEntity data through the SDAI storage layer.

Link copied to clipboard
data class SupporterEntity(val id: Int, val name: String, val date: Long, val message: String)

Carries SupporterEntity data through the SDAI storage layer.