Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def infer(prompt,negative_prompt):
|
|
51 |
width = HIGH,
|
52 |
height = WIDTH,
|
53 |
guidance_scale=1.0,
|
54 |
-
num_inference_steps=
|
55 |
num_images_per_prompt=1,
|
56 |
).images[0]
|
57 |
|
|
|
51 |
width = HIGH,
|
52 |
height = WIDTH,
|
53 |
guidance_scale=1.0,
|
54 |
+
num_inference_steps=30,
|
55 |
num_images_per_prompt=1,
|
56 |
).images[0]
|
57 |
|