prithivMLmods commited on
Commit
058a9f6
1 Parent(s): 0f67ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def generate(
80
  width=width,
81
  height=height,
82
  guidance_scale=guidance_scale,
83
- num_inference_steps=10,
84
  num_images_per_prompt=1,
85
  cross_attention_kwargs={"scale": 0.65},
86
  output_type="pil",
 
80
  width=width,
81
  height=height,
82
  guidance_scale=guidance_scale,
83
+ num_inference_steps=20,
84
  num_images_per_prompt=1,
85
  cross_attention_kwargs={"scale": 0.65},
86
  output_type="pil",