Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def generate(
|
|
82 |
width=width,
|
83 |
height=height,
|
84 |
guidance_scale=guidance_scale,
|
85 |
-
num_inference_steps=
|
86 |
generator=generator,
|
87 |
num_images_per_prompt=NUM_IMAGES_PER_PROMPT,
|
88 |
use_resolution_binning=use_resolution_binning,
|
|
|
82 |
width=width,
|
83 |
height=height,
|
84 |
guidance_scale=guidance_scale,
|
85 |
+
num_inference_steps=50,
|
86 |
generator=generator,
|
87 |
num_images_per_prompt=NUM_IMAGES_PER_PROMPT,
|
88 |
use_resolution_binning=use_resolution_binning,
|