fix cfg
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ image = pipe(
|
|
| 66 |
prompt,
|
| 67 |
height=1024,
|
| 68 |
width=1024,
|
| 69 |
-
guidance_scale=
|
| 70 |
num_inference_steps=4,
|
| 71 |
generator=torch.Generator(device=device).manual_seed(0)
|
| 72 |
).images[0]
|
|
|
|
| 66 |
prompt,
|
| 67 |
height=1024,
|
| 68 |
width=1024,
|
| 69 |
+
guidance_scale=1.0,
|
| 70 |
num_inference_steps=4,
|
| 71 |
generator=torch.Generator(device=device).manual_seed(0)
|
| 72 |
).images[0]
|