Generating
data class Generating(val canCancel: Boolean = false, val status: LocalDiffusionStatus? = null) : GenerationModal(source)
Carries Generating data through the SDAI presentation layer.
Author
Dmitriy Moroz
Carries Generating data through the SDAI presentation layer.
Dmitriy Moroz