Commit
·
12bb509
1
Parent(s):
d847511
fix shape
Browse files
README.md
CHANGED
@@ -64,6 +64,7 @@ image = pipeline(
|
|
64 |
num_inference_steps=28,
|
65 |
guidance_scale=3.5,
|
66 |
height=768,
|
|
|
67 |
generator=torch.manual_seed(0)
|
68 |
).images[0]
|
69 |
image.save("tarot_loaded.png")
|
|
|
64 |
num_inference_steps=28,
|
65 |
guidance_scale=3.5,
|
66 |
height=768,
|
67 |
+
width=512,
|
68 |
generator=torch.manual_seed(0)
|
69 |
).images[0]
|
70 |
image.save("tarot_loaded.png")
|