Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ image = pipe(
|
|
59 |
negative_prompt=negative_prompt,
|
60 |
width=1024,
|
61 |
height=1024,
|
62 |
-
guidance_scale=5,
|
63 |
num_inference_steps=28
|
64 |
).images[0]
|
65 |
```
|
|
|
59 |
negative_prompt=negative_prompt,
|
60 |
width=1024,
|
61 |
height=1024,
|
62 |
+
guidance_scale=8.5,
|
63 |
num_inference_steps=28
|
64 |
).images[0]
|
65 |
```
|