StableDiffusionSamplersRepository

Defines the StableDiffusionSamplersRepository contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
abstract suspend fun fetchSamplers()

Loads SDAI data through fetchSamplers.

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

Loads SDAI data through getSamplers.