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