StableDiffusionCppRequest

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)(source)