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()