Maria
commited on
Commit
·
5c1f329
1
Parent(s):
ebbd4e8
hw6
Browse files
infer.py
CHANGED
|
@@ -253,7 +253,7 @@ def infer(
|
|
| 253 |
height=height,
|
| 254 |
width=width,
|
| 255 |
controlnet_conditioning_scale=controlnet_strength,
|
| 256 |
-
ip_adapter_image=
|
| 257 |
generator=generator,
|
| 258 |
).images[0]
|
| 259 |
|
|
|
|
| 253 |
height=height,
|
| 254 |
width=width,
|
| 255 |
controlnet_conditioning_scale=controlnet_strength,
|
| 256 |
+
ip_adapter_image=ip_adapter_image,
|
| 257 |
generator=generator,
|
| 258 |
).images[0]
|
| 259 |
|