HelloSun commited on
Commit
d50086c
·
verified ·
1 Parent(s): 47636ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ pipe.reshape( batch_size=-1, height=HIGH, width=WIDTH, num_images_per_prompt=1)
40
  pipe.compile()
41
 
42
  prompt=""
43
- negative_prompt=""
44
 
45
  def infer(prompt,negative_prompt):
46
 
 
40
  pipe.compile()
41
 
42
  prompt=""
43
+ negative_prompt="(worst quality, low quality, lowres), zombie, interlocked fingers,"
44
 
45
  def infer(prompt,negative_prompt):
46