StableDiffusionModel

data class StableDiffusionModel(val title: String, val modelName: String, val hash: String, val sha256: String, val filename: String, val config: String)(source)

Carries StableDiffusionModel data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(title: String, modelName: String, hash: String, sha256: String, filename: String, config: String)

Properties

Link copied to clipboard

Exposes the config value used by the SDAI domain layer.

Link copied to clipboard

Exposes the filename value used by the SDAI domain layer.

Link copied to clipboard

Exposes the hash value used by the SDAI domain layer.

Link copied to clipboard

Exposes the modelName value used by the SDAI domain layer.

Link copied to clipboard

Exposes the sha256 value used by the SDAI domain layer.

Link copied to clipboard

Exposes the title value used by the SDAI domain layer.