lllyasviel commited on
Commit
5654bc2
·
1 Parent(s): 075a1c0
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, 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, negative_prompt='plastic, smooth, toon, lowres, bad anatomy, bad hands, cropped, worst quality')
7
 
8
 
9
  block = gr.Blocks().queue()