LorasRepository

Defines the LorasRepository contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
abstract suspend fun fetchAndGetLoras(): List<LoRA>

Loads SDAI data through fetchAndGetLoras.

Link copied to clipboard
abstract suspend fun fetchLoras()

Loads SDAI data through fetchLoras.

Link copied to clipboard
abstract suspend fun getLoras(): List<LoRA>

Loads SDAI data through getLoras.