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

Constructors

Link copied to clipboard
constructor(modelPath: String, prompt: String, negativePrompt: String, samplingSteps: Int, cfgScale: Float, width: Int, height: Int, seed: String, batchCount: Int, allowNsfw: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int