lllyasviel commited on
Commit
168f209
·
1 Parent(s): 5b09ff9
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -3,7 +3,7 @@ from modules.default_pipeline import process
3
 
4
 
5
  def generate_clicked(positive_prompt):
6
- return process(positive_prompt=positive_prompt, negative_prompt='bad, ugly')
7
 
8
 
9
  block = gr.Blocks().queue()
 
3
 
4
 
5
  def generate_clicked(positive_prompt):
6
+ return process(positive_prompt=positive_prompt, negative_prompt='bad, ugly, lowres, bad anatomy, bad hands, cropped, worst quality')
7
 
8
 
9
  block = gr.Blocks().queue()