StableDiffusionSamplersLocalDataSource

Coordinates StableDiffusionSamplersLocalDataSource behavior in the SDAI data layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(dao: StableDiffusionSamplerDao)

Properties

Link copied to clipboard

Exposes the dao value used by the SDAI data layer.

Functions

Link copied to clipboard
open suspend override fun getSamplers(): List<StableDiffusionSampler>

Loads SDAI data through getSamplers.

Link copied to clipboard
open suspend override fun insertSamplers(samplers: List<StableDiffusionSampler>)

Performs the SDAI side effect handled by insertSamplers.