HelloSun commited on
Commit
6ca6d28
·
verified ·
1 Parent(s): 7c44ba4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def infer(prompt,negative_prompt):
50
  width = HIGH,
51
  height = WIDTH,
52
  guidance_scale=1.0,
53
- num_inference_steps=4,
54
  num_images_per_prompt=1,
55
  ).images[0]
56
 
 
50
  width = HIGH,
51
  height = WIDTH,
52
  guidance_scale=1.0,
53
+ num_inference_steps=8,
54
  num_images_per_prompt=1,
55
  ).images[0]
56