Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Validates Android Bonsai generation requests before entering the native runtime.
Link copied to clipboard
Android Bonsai runtime entry point backed by the NDK bridge.
Implements the iOS entry point for Bonsai Image generation.
Link copied to clipboard
Thin Kotlin boundary around the Android Bonsai native library.
Link copied to clipboard
Carries progress updates from the Swift Bonsai runtime.
Link copied to clipboard
data class SiliconDiffusionBonsaiRequest(val modelPath: String, val prompt: String, val negativePrompt: String, val samplingSteps: Int, val cfgScale: Float, val width: Int, val height: Int, val seed: String, val batchCount: Int, val allowNsfw: Boolean)
Carries generation data into the Swift Bonsai runtime.
Link copied to clipboard
Carries generation output from the Swift Bonsai runtime.
Link copied to clipboard
interface SiliconDiffusionBonsaiRuntime
Defines the Swift-side Bonsai runtime bridge.
Link copied to clipboard
Stores the Swift runtime bridge used by the iOS Bonsai feature implementation.