prithivMLmods commited on
Commit
5cb6d84
1 Parent(s): a8f7729

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ def generate(
118
  width=width,
119
  height=height,
120
  guidance_scale=guidance_scale,
121
- num_inference_steps=16,
122
  num_images_per_prompt=1,
123
  cross_attention_kwargs={"scale": 0.65},
124
  output_type="pil",
 
118
  width=width,
119
  height=height,
120
  guidance_scale=guidance_scale,
121
+ num_inference_steps=20,
122
  num_images_per_prompt=1,
123
  cross_attention_kwargs={"scale": 0.65},
124
  output_type="pil",