Update README.md
#2
by
Shoorveer
- opened
README.md
CHANGED
|
@@ -73,7 +73,7 @@ prompt = "a young college student, walking on the street, campus background, pho
|
|
| 73 |
image = pipe(prompt,
|
| 74 |
num_inference_steps=24,
|
| 75 |
guidance_scale=3.5,
|
| 76 |
-
width=
|
| 77 |
).images[0]
|
| 78 |
image.save(f"example.png")
|
| 79 |
```
|
|
|
|
| 73 |
image = pipe(prompt,
|
| 74 |
num_inference_steps=24,
|
| 75 |
guidance_scale=3.5,
|
| 76 |
+
width=1920, height=1080,
|
| 77 |
).images[0]
|
| 78 |
image.save(f"example.png")
|
| 79 |
```
|