From e3caf01a406680b9e97b7d68ef8546ff4b283b67 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Tue, 5 Mar 2024 01:55:01 -0600 Subject: [PATCH] Remove negative_prompt from ReplicateImageGeneration function --- lib/replicate.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/replicate.go b/lib/replicate.go index add351e..f313103 100644 --- a/lib/replicate.go +++ b/lib/replicate.go @@ -73,7 +73,6 @@ func ReplicateImageGeneration(prompt string, filename string) (*bytes.Buffer, er "height": 1024, "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": 60, "apply_watermark": false, "disable_safety_checker": true,