Update guidance scale (#3)
Browse files- Update guidance scale (4f17473f50b34e726d22d8cec5d07da7edc086d5)
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=
|
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)
|