devancao
commited on
Commit
·
fad02d2
1
Parent(s):
ac011b6
readme modi
Browse files
README.md
CHANGED
|
@@ -121,7 +121,6 @@ images = pipe(prompt=prompt,
|
|
| 121 |
num_inference_steps=40,
|
| 122 |
height=1024, width=1024,
|
| 123 |
guidance_scale=7,
|
| 124 |
-
num_images_per_prompt=1
|
| 125 |
)[0]
|
| 126 |
images.save("output.png")
|
| 127 |
```
|
|
|
|
| 121 |
num_inference_steps=40,
|
| 122 |
height=1024, width=1024,
|
| 123 |
guidance_scale=7,
|
|
|
|
| 124 |
)[0]
|
| 125 |
images.save("output.png")
|
| 126 |
```
|