Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ def generate(
|
|
166 |
"width": width,
|
167 |
"height": height,
|
168 |
"guidance_scale": guidance_scale,
|
169 |
-
"num_inference_steps":
|
170 |
"generator": generator,
|
171 |
"num_images_per_prompt": NUM_IMAGES_PER_PROMPT,
|
172 |
"use_resolution_binning": use_resolution_binning,
|
|
|
166 |
"width": width,
|
167 |
"height": height,
|
168 |
"guidance_scale": guidance_scale,
|
169 |
+
"num_inference_steps": 25,
|
170 |
"generator": generator,
|
171 |
"num_images_per_prompt": NUM_IMAGES_PER_PROMPT,
|
172 |
"use_resolution_binning": use_resolution_binning,
|