Artples commited on
Commit
e4108ed
1 Parent(s): 749e052

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def generate(
82
  width=width,
83
  height=height,
84
  guidance_scale=guidance_scale,
85
- num_inference_steps=75,
86
  generator=generator,
87
  num_images_per_prompt=NUM_IMAGES_PER_PROMPT,
88
  use_resolution_binning=use_resolution_binning,
 
82
  width=width,
83
  height=height,
84
  guidance_scale=guidance_scale,
85
+ num_inference_steps=50,
86
  generator=generator,
87
  num_images_per_prompt=NUM_IMAGES_PER_PROMPT,
88
  use_resolution_binning=use_resolution_binning,