Koolchh commited on
Commit
b172224
1 Parent(s): 717befe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
  ```