Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,8 @@ image = pipe(
|
|
22 |
width=1024,
|
23 |
guidance_scale=4.0,
|
24 |
num_inference_steps=50,
|
|
|
|
|
25 |
generator=torch.Generator("cpu").manual_seed(0)
|
26 |
).images[0]
|
27 |
image.save("lumina_demo.png")
|
|
|
22 |
width=1024,
|
23 |
guidance_scale=4.0,
|
24 |
num_inference_steps=50,
|
25 |
+
cfg_trunc_ratio=0.25,
|
26 |
+
cfg_normalization=True,
|
27 |
generator=torch.Generator("cpu").manual_seed(0)
|
28 |
).images[0]
|
29 |
image.save("lumina_demo.png")
|