From 0cc1c9fcb74ea833c8352b362d379620692ab8e5 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 5 Mar 2024 01:54:18 -0600 Subject: [PATCH] Update num_inference_steps to 60 --- lib/replicate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/replicate.go b/lib/replicate.go index bf511fd..add351e 100644 --- a/lib/replicate.go +++ b/lib/replicate.go @@ -74,7 +74,7 @@ func ReplicateImageGeneration(prompt string, filename string) (*bytes.Buffer, er "prompt": prompt, "num_outputs": 1, "negative_prompt": "ugly, deformed, noisy, blurry, low contrast, BadDream, lowres, low resolution, mutated body parts, extra limbs, mutated body parts, inaccurate hands, too many hands, deformed fingers, too many fingers, deformed eyes, deformed faces, unrealistic faces", - "num_inference_steps": 50, + "num_inference_steps": 60, "apply_watermark": false, "disable_safety_checker": true, }