SDAI
Toggle table of contents
Main site
Telegram
Discord
common
Target filter
common
Switch theme
Search in API
Skip to content
SDAI
domain
/
com.shifthackz.aisdv1.domain.feature.sdxl
/
StableDiffusionCpp
Stable
Diffusion
Cpp
interface
StableDiffusionCpp
(
source
)
Members
Functions
interrupt
Link copied to clipboard
abstract
suspend
fun
interrupt
(
)
observe
Status
Link copied to clipboard
abstract
fun
observeStatus
(
)
:
Flow
<
LocalDiffusionStatus
>
process
Link copied to clipboard
abstract
suspend
fun
process
(
payload
:
TextToImagePayload
,
modelPath
:
String
)
:
String