From e1c9f1c5bdf9079023c1aa0ef8d3fd74704e890b Mon Sep 17 00:00:00 2001 From: lvmin Date: Thu, 10 Aug 2023 11:48:59 -0700 Subject: [PATCH] i --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index c4ea6b43..3363471a 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, lowres, bad anatomy, bad hands, cropped, worst quality') + return process(positive_prompt=positive_prompt, negative_prompt='plastic, smooth, toon, lowres, bad anatomy, bad hands, cropped, worst quality') block = gr.Blocks().queue()