clementchadebec
commited on
Commit
•
cec6b93
1
Parent(s):
ac0c36e
Update README.md
Browse files
README.md
CHANGED
@@ -50,8 +50,8 @@ image = pipe(
|
|
50 |
controlnet_conditioning_scale=0.6,
|
51 |
num_inference_steps=28,
|
52 |
guidance_scale=3.5,
|
53 |
-
height=
|
54 |
-
width=
|
55 |
).images[0]
|
56 |
image
|
57 |
```
|
|
|
50 |
controlnet_conditioning_scale=0.6,
|
51 |
num_inference_steps=28,
|
52 |
guidance_scale=3.5,
|
53 |
+
height=control_image.size[1],
|
54 |
+
width=control_image.size[0]
|
55 |
).images[0]
|
56 |
image
|
57 |
```
|