StableDiffusionEmbeddingEntity

data class StableDiffusionEmbeddingEntity(val id: String, val keyword: String)(source)

Carries StableDiffusionEmbeddingEntity data through the SDAI storage layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: String, keyword: String)

Properties

Link copied to clipboard
val id: String

Exposes the id value used by the SDAI storage layer.

Link copied to clipboard

Exposes the keyword value used by the SDAI storage layer.