Spaces:
Running
Running
Commit
·
6e4a082
1
Parent(s):
4de79c4
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ def generate(
|
|
| 81 |
width=width,
|
| 82 |
height=height,
|
| 83 |
guidance_scale=guidance_scale,
|
| 84 |
-
num_inference_steps=
|
| 85 |
generator=generator,
|
| 86 |
num_images_per_prompt=NUM_IMAGES_PER_PROMPT,
|
| 87 |
use_resolution_binning=use_resolution_binning,
|
|
|
|
| 81 |
width=width,
|
| 82 |
height=height,
|
| 83 |
guidance_scale=guidance_scale,
|
| 84 |
+
num_inference_steps=25,
|
| 85 |
generator=generator,
|
| 86 |
num_images_per_prompt=NUM_IMAGES_PER_PROMPT,
|
| 87 |
use_resolution_binning=use_resolution_binning,
|