From c338097ca4aae69dfb571c9bf399a06b7aa5cc6d Mon Sep 17 00:00:00 2001 From: lvmin Date: Thu, 10 Aug 2023 11:32:22 -0700 Subject: [PATCH] i --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 2f43867..c4ea6b4 100644 --- a/webui.py +++ b/webui.py @@ -3,7 +3,7 @@ from modules.default_pipeline import process def generate_clicked(positive_prompt): - return process(positive_prompt=positive_prompt, negative_prompt='bad, ugly') + return process(positive_prompt=positive_prompt, negative_prompt='bad, ugly, lowres, bad anatomy, bad hands, cropped, worst quality') block = gr.Blocks().queue()