StableDiffusionModelsLocalDataSource

Coordinates StableDiffusionModelsLocalDataSource behavior in the SDAI data layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(dao: StableDiffusionModelDao)

Properties

Link copied to clipboard

Exposes the dao value used by the SDAI data layer.

Functions

Link copied to clipboard
open suspend override fun getModels(): List<StableDiffusionModel>

Loads SDAI data through getModels.

Link copied to clipboard
open suspend override fun insertModels(models: List<StableDiffusionModel>)

Performs the SDAI side effect handled by insertModels.