dataautogpt3 commited on
Commit
df73178
1 Parent(s): e34630b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -103,7 +103,7 @@ image = pipe(
103
  negative_prompt=negative_prompt,
104
  width=1024,
105
  height=1024,
106
- guidance_scale=7,
107
  num_inference_steps=20
108
  ).images[0]
109
  ```
 
103
  negative_prompt=negative_prompt,
104
  width=1024,
105
  height=1024,
106
+ guidance_scale=4,
107
  num_inference_steps=20
108
  ).images[0]
109
  ```