Yaron Koresh commited on
Commit
0423569
·
verified ·
1 Parent(s): 2940e25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,8 +68,8 @@ def infer(prompt):
68
  height=512,
69
  width=512,
70
  negative_prompt="",
71
- num_inference_steps=60,
72
- guidance_scale=10
73
  ).images[0].save(name)
74
  return name
75
 
 
68
  height=512,
69
  width=512,
70
  negative_prompt="",
71
+ num_inference_steps=200,
72
+ guidance_scale=8
73
  ).images[0].save(name)
74
  return name
75