lllyasviel commited on
Commit
f698b50
·
1 Parent(s): 5654bc2
Files changed (1) hide show
  1. webui.py +2 -1
webui.py CHANGED
@@ -3,7 +3,8 @@ from modules.default_pipeline import process
3
 
4
 
5
  def generate_clicked(positive_prompt):
6
- return process(positive_prompt=positive_prompt, negative_prompt='plastic, smooth, toon, lowres, bad anatomy, bad hands, cropped, worst quality')
 
7
 
8
 
9
  block = gr.Blocks().queue()
 
3
 
4
 
5
  def generate_clicked(positive_prompt):
6
+ return process(positive_prompt=positive_prompt,
7
+ negative_prompt='plastic, blur, blurred, lack of detail, surface, plain, toon, clip art, flat')
8
 
9
 
10
  block = gr.Blocks().queue()