StableDiffusionHyperNetworksRepositoryImpl

Implements StableDiffusionHyperNetworksRepository behavior in the SDAI data layer.

Author

Dmitriy Moroz

Constructors

constructor(remoteDataSource: StableDiffusionHyperNetworksDataSource.Remote, localDataSource: StableDiffusionHyperNetworksDataSource.Local, preferenceManager: PreferenceManager, authorizationStore: AuthorizationStore)

Properties

Link copied to clipboard

Exposes the authorizationStore value used by the SDAI data layer.

Link copied to clipboard

Exposes the localDataSource value used by the SDAI data layer.

Link copied to clipboard

Exposes the preferenceManager value used by the SDAI data layer.

Link copied to clipboard

Exposes the remoteDataSource value used by the SDAI data layer.

Functions

Link copied to clipboard

Loads SDAI data through fetchAndGetHyperNetworks.

Link copied to clipboard
open suspend override fun fetchHyperNetworks()

Loads SDAI data through fetchHyperNetworks.

Link copied to clipboard
open suspend override fun getHyperNetworks(): List<StableDiffusionHyperNetwork>

Loads SDAI data through getHyperNetworks.