Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def generate(
|
|
93 |
width=width,
|
94 |
height=height,
|
95 |
guidance_scale=guidance_scale,
|
96 |
-
num_inference_steps=
|
97 |
num_images_per_prompt=1,
|
98 |
output_type="pil",
|
99 |
).images
|
|
|
93 |
width=width,
|
94 |
height=height,
|
95 |
guidance_scale=guidance_scale,
|
96 |
+
num_inference_steps=16,
|
97 |
num_images_per_prompt=1,
|
98 |
output_type="pil",
|
99 |
).images
|