Update README.md (#1)
Browse files- Update README.md (588413daab02a15c02887c2a851451cdce7f5b1c)
Co-authored-by: Pengtao Chen <[email protected]>
README.md
CHANGED
@@ -52,8 +52,7 @@ image = pipe(
|
|
52 |
image=image,
|
53 |
prompt=prompt,
|
54 |
num_inference_steps=28,
|
55 |
-
|
56 |
-
guidance_scale=6.0,
|
57 |
generator=torch.Generator().manual_seed(42),
|
58 |
).images[0]
|
59 |
image.save("0000.jpg")
|
|
|
52 |
image=image,
|
53 |
prompt=prompt,
|
54 |
num_inference_steps=28,
|
55 |
+
true_cfg_scale=6.0,
|
|
|
56 |
generator=torch.Generator().manual_seed(42),
|
57 |
).images[0]
|
58 |
image.save("0000.jpg")
|