KKNTR commited on
Commit
95ac997
·
verified ·
1 Parent(s): a3a0c1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ def generate(prompt, negative_prompt, width, height, random_res, selected_style)
274
  negative_prompt=negative_prompt,
275
  width=width,
276
  height=height,
277
- num_inference_steps=50,
278
  guidance_scale=7.5
279
  ).images[0]
280
 
 
274
  negative_prompt=negative_prompt,
275
  width=width,
276
  height=height,
277
+ num_inference_steps=24,
278
  guidance_scale=7.5
279
  ).images[0]
280