LoRA

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

Carries LoRA data through the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

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

Properties

Link copied to clipboard

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