Package-level declarations

Types

Link copied to clipboard

Defines the GetStableDiffusionModelsUseCase contract for the SDAI domain layer.

Link copied to clipboard

Implements GetStableDiffusionModelsUseCase behavior in the SDAI domain layer.

Link copied to clipboard

Defines the SelectStableDiffusionModelUseCase contract for the SDAI domain layer.

Link copied to clipboard
internal class SelectStableDiffusionModelUseCaseImpl(val serverConfigurationRepository: ServerConfigurationRepository, val preferenceManager: PreferenceManager) : SelectStableDiffusionModelUseCase

Implements SelectStableDiffusionModelUseCase behavior in the SDAI domain layer.