Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ def generate(
|
|
156 |
"width": width,
|
157 |
"height": height,
|
158 |
"guidance_scale": guidance_scale,
|
159 |
-
"num_inference_steps":
|
160 |
"generator": generator,
|
161 |
"num_images_per_prompt": 6, # Max 6 images
|
162 |
"output_type": "pil",
|
|
|
156 |
"width": width,
|
157 |
"height": height,
|
158 |
"guidance_scale": guidance_scale,
|
159 |
+
"num_inference_steps": 50,
|
160 |
"generator": generator,
|
161 |
"num_images_per_prompt": 6, # Max 6 images
|
162 |
"output_type": "pil",
|