StableDiffusionCppRequest
data class StableDiffusionCppRequest(val modelPath: String, val prompt: String, val negativePrompt: String, val width: Int, val height: Int, val samplingSteps: Int, val cfgScale: Float, val seed: Long, val batchCount: Int, val backend: StableDiffusionCppBackend = StableDiffusionCppBackend.AUTO, val sampler: StableDiffusionCppSampler = StableDiffusionCppSampler.EULER)(source)
Constructors
Link copied to clipboard
constructor(modelPath: String, prompt: String, negativePrompt: String, width: Int, height: Int, samplingSteps: Int, cfgScale: Float, seed: Long, batchCount: Int, backend: StableDiffusionCppBackend = StableDiffusionCppBackend.AUTO, sampler: StableDiffusionCppSampler = StableDiffusionCppSampler.EULER)