Commit
•
4437fb7
1
Parent(s):
eeb95e8
Update README.md (#5)
Browse files- Update README.md (bee39fa6d4e2c5a01efab6893223d705cd753990)
Co-authored-by: Benjamin Ebrahimi <[email protected]>
README.md
CHANGED
@@ -144,8 +144,8 @@ image = pipe(
|
|
144 |
negative_prompt=negative_prompt,
|
145 |
width=1024,
|
146 |
height=1024,
|
147 |
-
guidance_scale=7,
|
148 |
-
num_inference_steps=
|
149 |
).images[0]
|
150 |
```
|
151 |
|
|
|
144 |
negative_prompt=negative_prompt,
|
145 |
width=1024,
|
146 |
height=1024,
|
147 |
+
guidance_scale=7.5,
|
148 |
+
num_inference_steps=50
|
149 |
).images[0]
|
150 |
```
|
151 |
|