NoOpLocalDiffusionGenerationRepository

Provides the NoOpLocalDiffusionGenerationRepository singleton used by the SDAI domain layer.

Author

Dmitriy Moroz

Throws

when the current state is invalid.

Functions

Link copied to clipboard
open suspend override fun generateFromText(payload: TextToImagePayload): Nothing

Executes the generateFromText step in the SDAI domain layer.

Link copied to clipboard
open suspend override fun interruptGeneration()

Performs the SDAI side effect handled by interruptGeneration.

Link copied to clipboard
open override fun observeStatus(): Flow<LocalDiffusionStatus>

Loads SDAI data through observeStatus.