Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def image_generation(pipe, prompt):
|
|
30 |
image = pipe(
|
31 |
prompt=prompt,
|
32 |
negative_prompt="blurred, ugly, watermark, low resolution",
|
33 |
-
num_inference_steps=
|
34 |
guidance_scale=9.0
|
35 |
).images[0]
|
36 |
return image
|
|
|
30 |
image = pipe(
|
31 |
prompt=prompt,
|
32 |
negative_prompt="blurred, ugly, watermark, low resolution",
|
33 |
+
num_inference_steps=20,
|
34 |
guidance_scale=9.0
|
35 |
).images[0]
|
36 |
return image
|