Update guidance scale

#3
by pcuenq HF staff - opened
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ pipe.to("cuda")
44
 
45
  prompt = "a close-up picture of an old man standing in the rain"
46
 
47
- image = pipe(prompt, num_inference_steps=4, guidance_scale=8.0).images[0]
48
  ```
49
 
50
  ![](./image.png)
 
44
 
45
  prompt = "a close-up picture of an old man standing in the rain"
46
 
47
+ image = pipe(prompt, num_inference_steps=4, guidance_scale=1.0).images[0]
48
  ```
49
 
50
  ![](./image.png)