From 014dd57d9326c29e9b0f7071eb47cd86bdfefb92 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 7 Apr 2024 23:27:18 -0600 Subject: [PATCH] ? --- lib/replicate.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/replicate.go b/lib/replicate.go index 9806191..a00ef11 100644 --- a/lib/replicate.go +++ b/lib/replicate.go @@ -74,7 +74,8 @@ func ReplicateImageGeneration(prompt string, filename string) (*bytes.Buffer, er "width": 1024, "height": 1024, "prompt": prompt, - "guidance_scale": 7.5, + "guidance_scale": 7, + "num_inference_steps": 4, "negative_prompt": "worst quality, low quality", "num_outputs": 1, "disable_safety_checker": true,