From 3f908c415319fe488d71c95185fe1dceccac8431 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 7 Apr 2024 23:29:40 -0600 Subject: [PATCH] Revert guidance scale --- lib/replicate.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/replicate.go b/lib/replicate.go index a00ef11..15c8b98 100644 --- a/lib/replicate.go +++ b/lib/replicate.go @@ -74,7 +74,6 @@ func ReplicateImageGeneration(prompt string, filename string) (*bytes.Buffer, er "width": 1024, "height": 1024, "prompt": prompt, - "guidance_scale": 7, "num_inference_steps": 4, "negative_prompt": "worst quality, low quality", "num_outputs": 1,