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