HelloSun commited on
Commit
c35386c
1 Parent(s): 5988c11

Update app.py

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