Oranblock commited on
Commit
7bd0420
1 Parent(s): 3106883

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def generate(
156
  "width": width,
157
  "height": height,
158
  "guidance_scale": guidance_scale,
159
- "num_inference_steps": 58,
160
  "generator": generator,
161
  "num_images_per_prompt": 6, # Max 6 images
162
  "output_type": "pil",
 
156
  "width": width,
157
  "height": height,
158
  "guidance_scale": guidance_scale,
159
+ "num_inference_steps": 50,
160
  "generator": generator,
161
  "num_images_per_prompt": 6, # Max 6 images
162
  "output_type": "pil",