GenerationModal
Defines the GenerationModal contract for the SDAI presentation layer.
Author
Dmitriy Moroz
Inheritors
Types
Link copied to clipboard
Defines the Background contract for the SDAI presentation layer.
Link copied to clipboard
data class Communicating(val canCancel: Boolean = true, val hordeProcessStatus: HordeProcessStatus? = null) : GenerationModal
Carries Communicating data through the SDAI presentation layer.
Link copied to clipboard
Carries Error data through the SDAI presentation layer.
Link copied to clipboard
data class Generating(val canCancel: Boolean = false, val status: LocalDiffusionStatus? = null) : GenerationModal
Carries Generating data through the SDAI presentation layer.
Link copied to clipboard
Defines the Image contract for the SDAI presentation layer.
Link copied to clipboard
Provides the None singleton used by the SDAI presentation layer.