SiliconDiffusionCoreMlRequest
data class SiliconDiffusionCoreMlRequest(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, val startingImageBase64: String?, val strength: Float)(source)
Carries generation data into the Swift Silicon Diffusion Core ML runtime.
Author
Dmitriy Moroz