From ad14a1647dff2877f0dd9092fc93536e8eec8a8e Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 5 Mar 2024 02:04:44 -0600 Subject: [PATCH] DPM++2MKarras --- lib/replicate.go | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/replicate.go b/lib/replicate.go index f313103..1827201 100644 --- a/lib/replicate.go +++ b/lib/replicate.go @@ -72,6 +72,7 @@ func ReplicateImageGeneration(prompt string, filename string) (*bytes.Buffer, er "width": 1024, "height": 1024, "prompt": prompt, + "scheduler": "DPM++2MKarras", "num_outputs": 1, "num_inference_steps": 60, "apply_watermark": false,