LorasLocalDataSource

Coordinates LorasLocalDataSource behavior in the SDAI data layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(dao: StableDiffusionLoraDao)

Properties

Link copied to clipboard

Exposes the dao value used by the SDAI data layer.

Functions

Link copied to clipboard
open suspend override fun getLoras(): List<LoRA>

Loads SDAI data through getLoras.

Link copied to clipboard
open suspend override fun insertLoras(loras: List<LoRA>)

Performs the SDAI side effect handled by insertLoras.