Package-level declarations

Types

Link copied to clipboard
data class ServerConfigurationEntity(val serverId: String, val sdModelCheckpoint: String)

Carries ServerConfigurationEntity data through the SDAI storage layer.

Link copied to clipboard
data class StableDiffusionEmbeddingEntity(val id: String, val keyword: String)

Carries StableDiffusionEmbeddingEntity data through the SDAI storage layer.

Link copied to clipboard
data class StableDiffusionHyperNetworkEntity(val id: String, val name: String, val path: String)

Carries StableDiffusionHyperNetworkEntity data through the SDAI storage layer.

Link copied to clipboard
data class StableDiffusionLoraEntity(val id: String, val name: String, val alias: String, val path: String)

Carries StableDiffusionLoraEntity data through the SDAI storage layer.

Link copied to clipboard
data class StableDiffusionModelEntity(val id: String, val title: String, val name: String, val hash: String, val sha256: String, val filename: String, val config: String)

Carries StableDiffusionModelEntity data through the SDAI storage layer.

Link copied to clipboard
data class StableDiffusionSamplerEntity(val id: String, val name: String, val aliases: List<String>, val options: Map<String, String>)

Carries StableDiffusionSamplerEntity data through the SDAI storage layer.

Link copied to clipboard
data class SwarmUiModelEntity(val id: String, val name: String, val title: String, val author: String)

Carries SwarmUiModelEntity data through the SDAI storage layer.