Local

Defines the Local contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

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

Loads SDAI data through getSamplers.

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

Performs the SDAI side effect handled by insertSamplers.