pcuenq HF staff commited on
Commit
ff2d932
1 Parent(s): 9855549

Update guidance scale (#3)

Browse files

- Update guidance scale (4f17473f50b34e726d22d8cec5d07da7edc086d5)

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)