SiliconDiffusionBonsaiRequest
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)(source)
Carries generation data into the Swift Bonsai runtime.
Author
Dmitriy Moroz