InterruptGenerationUseCaseImpl
internal class InterruptGenerationUseCaseImpl(val stableDiffusionGenerationRepository: StableDiffusionGenerationRepository, val hordeGenerationRepository: HordeGenerationRepository, val localDiffusionGenerationRepository: LocalDiffusionGenerationRepository, val preferenceManager: PreferenceManager) : InterruptGenerationUseCase(source)
Implements InterruptGenerationUseCase behavior in the SDAI domain layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(stableDiffusionGenerationRepository: StableDiffusionGenerationRepository, hordeGenerationRepository: HordeGenerationRepository, localDiffusionGenerationRepository: LocalDiffusionGenerationRepository, preferenceManager: PreferenceManager)
Properties
Link copied to clipboard
Exposes the hordeGenerationRepository value used by the SDAI domain layer.
Link copied to clipboard
Exposes the localDiffusionGenerationRepository value used by the SDAI domain layer.
Link copied to clipboard
Exposes the preferenceManager value used by the SDAI domain layer.
Link copied to clipboard
Exposes the stableDiffusionGenerationRepository value used by the SDAI domain layer.