HelloSun commited on
Commit
503b512
·
verified ·
1 Parent(s): e442d7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def infer(prompt,negative_prompt):
40
  width = HIGH,
41
  height = WIDTH,
42
  guidance_scale=1.0,
43
- num_inference_steps=4,
44
  num_images_per_prompt=1,
45
  ).images[0]
46
 
 
40
  width = HIGH,
41
  height = WIDTH,
42
  guidance_scale=1.0,
43
+ num_inference_steps=8,
44
  num_images_per_prompt=1,
45
  ).images[0]
46