GetStableDiffusionModelsUseCaseImpl

Implements GetStableDiffusionModelsUseCase behavior in the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(serverConfigurationRepository: ServerConfigurationRepository, sdModelsRepository: StableDiffusionModelsRepository)

Properties

Link copied to clipboard

Exposes the sdModelsRepository value used by the SDAI domain layer.

Link copied to clipboard

Exposes the serverConfigurationRepository value used by the SDAI domain layer.

Functions

Link copied to clipboard
open suspend operator override fun invoke(): List<Pair<StableDiffusionModel, Boolean>>

Executes the invoke step in the SDAI domain layer.