StableDiffusionCppImpl

Constructors

Link copied to clipboard
constructor(runtime: StableDiffusionCppRuntime)

Properties

Link copied to clipboard
Link copied to clipboard
private val statusFlow: MutableSharedFlow<LocalDiffusionStatus>

Functions

Link copied to clipboard
open suspend override fun interrupt()
Link copied to clipboard
open override fun observeStatus(): Flow<LocalDiffusionStatus>
Link copied to clipboard
open suspend override fun process(payload: TextToImagePayload, modelPath: String): String