StableDiffusionSampler

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

Carries StableDiffusionSampler data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

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

Properties

Link copied to clipboard

Exposes the aliases value used by the SDAI domain layer.

Link copied to clipboard

Exposes the name value used by the SDAI domain layer.

Link copied to clipboard

Exposes the options value used by the SDAI domain layer.