Update guidance scale
#3
by
pcuenq
HF Staff
- opened
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 |

|
|
|
|
| 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 |

|