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