StableDiffusionCppNativeBridge

Types

Link copied to clipboard

Properties

Link copied to clipboard
private val loadResult: Result<Unit>

Functions

Link copied to clipboard
Link copied to clipboard
external fun generate(modelPath: String, prompt: String, negativePrompt: String, width: Int, height: Int, samplingSteps: Int, cfgScale: Float, seed: Long, batchCount: Int, backend: Int, sampler: Int, shape: IntArray, callback: StableDiffusionCppNativeBridge.ProgressCallback): ByteArray
Link copied to clipboard
external fun interrupt()