From 3c9a431ab72f37f296355a34a3b3b0840229b819 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 6 Mar 2024 00:11:30 -0600 Subject: [PATCH] Remove unused scheduler in ReplicateImageGeneration function --- lib/replicate.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/replicate.go b/lib/replicate.go index 1827201..f313103 100644 --- a/lib/replicate.go +++ b/lib/replicate.go @@ -72,7 +72,6 @@ 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,