hsuwill000 commited on
Commit
e6565c9
·
verified ·
1 Parent(s): d14eae4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def infer(prompt,negative_prompt):
66
  width = WIDTH,
67
  height = HIGH,
68
  guidance_scale=1.0,
69
- num_inference_steps=5,
70
  num_images_per_prompt=1,
71
  ).images[0]
72
 
 
66
  width = WIDTH,
67
  height = HIGH,
68
  guidance_scale=1.0,
69
+ num_inference_steps=8,
70
  num_images_per_prompt=1,
71
  ).images[0]
72