From aa9c8a86bf57d7ba92017388085cee8d0c135575 Mon Sep 17 00:00:00 2001 From: lvmin Date: Thu, 10 Aug 2023 11:50:25 -0700 Subject: [PATCH] i --- webui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 3363471..932c270 100644 --- a/webui.py +++ b/webui.py @@ -3,7 +3,8 @@ from modules.default_pipeline import process def generate_clicked(positive_prompt): - return process(positive_prompt=positive_prompt, negative_prompt='plastic, smooth, toon, lowres, bad anatomy, bad hands, cropped, worst quality') + return process(positive_prompt=positive_prompt, + negative_prompt='plastic, blur, blurred, lack of detail, surface, plain, toon, clip art, flat') block = gr.Blocks().queue()