FetchAndGetHyperNetworksUseCaseImpl

Implements FetchAndGetHyperNetworksUseCase behavior in the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(stableDiffusionHyperNetworksRepository: StableDiffusionHyperNetworksRepository)

Properties

Link copied to clipboard

Exposes the stableDiffusionHyperNetworksRepository value used by the SDAI domain layer.

Functions

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

Executes the invoke step in the SDAI domain layer.