Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def infer(prompt,negative_prompt):
|
|
40 |
width = HIGH,
|
41 |
height = WIDTH,
|
42 |
guidance_scale=1.0,
|
43 |
-
num_inference_steps=
|
44 |
num_images_per_prompt=1,
|
45 |
).images[0]
|
46 |
|
|
|
40 |
width = HIGH,
|
41 |
height = WIDTH,
|
42 |
guidance_scale=1.0,
|
43 |
+
num_inference_steps=8,
|
44 |
num_images_per_prompt=1,
|
45 |
).images[0]
|
46 |
|