Update app.py
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def image_generation(prompt):
|
|
| 18 |
image = pipeline(
|
| 19 |
prompt=prompt,
|
| 20 |
negative_prompt="blurred, ugly, watermark, low resolution, blurry",
|
| 21 |
-
num_inference_steps=
|
| 22 |
height=1024,
|
| 23 |
width=1024,
|
| 24 |
guidance_scale=9.0
|
|
|
|
| 18 |
image = pipeline(
|
| 19 |
prompt=prompt,
|
| 20 |
negative_prompt="blurred, ugly, watermark, low resolution, blurry",
|
| 21 |
+
num_inference_steps=1,
|
| 22 |
height=1024,
|
| 23 |
width=1024,
|
| 24 |
guidance_scale=9.0
|