SDAI
Toggle table of contents
Main site
Telegram
Discord
android
Target filter
android
Switch theme
Search in API
Skip to content
SDAI
feature/sdxl
/
com.shifthackz.aisdv1.feature.sdxl
/
StableDiffusionCppImpl
Stable
Diffusion
Cpp
Impl
android
internal
class
StableDiffusionCppImpl
(
val
runtime
:
StableDiffusionCppRuntime
)
:
StableDiffusionCpp
(
source
)
Members
Constructors
Stable
Diffusion
Cpp
Impl
Link copied to clipboard
android
constructor
(
runtime
:
StableDiffusionCppRuntime
)
Properties
runtime
Link copied to clipboard
android
private
val
runtime
:
StableDiffusionCppRuntime
status
Flow
Link copied to clipboard
android
private
val
statusFlow
:
MutableSharedFlow
<
LocalDiffusionStatus
>
Functions
interrupt
Link copied to clipboard
android
open
suspend override
fun
interrupt
(
)
observe
Status
Link copied to clipboard
android
open
override
fun
observeStatus
(
)
:
Flow
<
LocalDiffusionStatus
>
process
Link copied to clipboard
android
open
suspend override
fun
process
(
payload
:
TextToImagePayload
,
modelPath
:
String
)
:
String