hsuwill000 commited on
Commit
cba4f2c
1 Parent(s): 72c33de

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=7.5,
69
- num_inference_steps=10,
70
  num_images_per_prompt=1,
71
  ).images[0]
72
 
 
66
  width = WIDTH,
67
  height = HIGH,
68
  guidance_scale=7.5,
69
+ num_inference_steps=20,
70
  num_images_per_prompt=1,
71
  ).images[0]
72