StableDiffusionLoraEntity

data class StableDiffusionLoraEntity(val id: String, val name: String, val alias: String, val path: String)(source)

Carries StableDiffusionLoraEntity data through the SDAI storage layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(id: String, name: String, alias: String, path: String)

Properties

Link copied to clipboard

Exposes the alias 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 path value used by the SDAI storage layer.