Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,6 @@ image = pipeline(prompt=prompt,
|
|
38 |
width=512,
|
39 |
height=768,
|
40 |
num_inference_steps=15,
|
41 |
-
# num_images_per_prompt=1,
|
42 |
generator=torch.manual_seed(0)
|
43 |
).images[0]
|
44 |
image.save("image.png")
|
|
|
38 |
width=512,
|
39 |
height=768,
|
40 |
num_inference_steps=15,
|
|
|
41 |
generator=torch.manual_seed(0)
|
42 |
).images[0]
|
43 |
image.save("image.png")
|