StableDiffusionSamplerEntity

data class StableDiffusionSamplerEntity(val id: String, val name: String, val aliases: List<String>, val options: Map<String, String>)(source)

Carries StableDiffusionSamplerEntity data through the SDAI storage layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: String, name: String, aliases: List<String>, options: Map<String, String>)

Properties

Link copied to clipboard

Exposes the aliases value used by the SDAI storage layer.

Link copied to clipboard
val id: String

Exposes the id value used by the SDAI storage layer.

Link copied to clipboard

Exposes the name value used by the SDAI storage layer.

Link copied to clipboard

Exposes the options value used by the SDAI storage layer.