StableDiffusionModelsRepository

Defines the StableDiffusionModelsRepository contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard

Loads SDAI data through fetchAndGetModels.

Link copied to clipboard
abstract suspend fun fetchModels()

Loads SDAI data through fetchModels.

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

Loads SDAI data through getModels.